All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com4j.typelibs.activeDirectory.IADsTypedName Maven / Gradle / Ivy

package com4j.typelibs.activeDirectory  ;

import com4j.*;

@IID("{B371A349-4080-11D1-A3AC-00C04FB950DC}")
public interface IADsTypedName extends Com4jObject {
    @VTID(7)
    java.lang.String objectName();

    @VTID(8)
    void objectName(
        java.lang.String retval);

    @VTID(9)
    int level();

    @VTID(10)
    void level(
        int retval);

    @VTID(11)
    int interval();

    @VTID(12)
    void interval(
        int retval);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy