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


In This Topic
    SID Property
    In This Topic
    The security identifier
    Syntax
    'Declaration
     
    
    <IgnoreDataMemberAttribute()>
    <XmlIgnoreAttribute()>
    Public ReadOnly Property SID As SecurityIdentifier
    [IgnoreDataMember()]
    [XmlIgnore()]
    public SecurityIdentifier SID {get;}
    [IgnoreDataMember()]
    [XmlIgnore()]
    public:
    property SecurityIdentifier^ SID {
       SecurityIdentifier^ get();
    }
    See Also