adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / SecurityIdentifier Class / NameUse Property


In This Topic
    NameUse Property
    In This Topic
    Indicates the type (use) of the SID
    Syntax
    'Declaration
     
    
    Public Property NameUse As SIDNameUse
    public SIDNameUse NameUse {get; set;}
    public:
    property SIDNameUse NameUse {
       SIDNameUse get();
       void set (    SIDNameUse value);
    }
    See Also