Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the display name of the user, group, site, or service account in the access control entry.
Namespace: Microsoft.BusinessData.Infrastructure
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As IAccessControlEntry
Dim value As String
value = instance.DisplayName
string DisplayName { get; }
Property Value
Type: System.String
A string that represents the display name.
Remarks
The display name returned by this property may NULL or be same as IdentityName in cases the implementation does not have a way of obtaining a display name for the represented principal.