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


In This Topic
    SIDString Property
    In This Topic
    String used to serialize the SID.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property SIDString As String
    [DataMember()]
    public string SIDString {get; set;}
    [DataMember()]
    public:
    property String^ SIDString {
       String^ get();
       void set (    String^ value);
    }
    See Also