Share via


AddressBookEntry.MasterAccountSid property

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

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

Syntax

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

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

Property value

Type: System.Security.Principal.SecurityIdentifier

See also

Reference

AddressBookEntry class

AddressBookEntry members

Microsoft.Exchange.Data.Transport namespace

UserAccountSid