Share via


AddressBookEntry.UserAccountSid property

When overridden in a derived class, the UserAccountSid property gets an instance of the SecurityIdentifier class that represents the Security Identifier (SID) of the user account for the recipient.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property UserAccountSid As SecurityIdentifier
    Get
'Usage
Dim instance As AddressBookEntry
Dim value As SecurityIdentifier

value = instance.UserAccountSid
public abstract SecurityIdentifier UserAccountSid { get; }

Property value

Type: System.Security.Principal.SecurityIdentifier

See also

Reference

AddressBookEntry class

AddressBookEntry members

Microsoft.Exchange.Data.Transport namespace