IndividualAccessControlEntry.IdentityName Property
Gets the name of the security principal.
Namespace: Microsoft.Office.BusinessData.Infrastructure
Assembly: Microsoft.SharePoint.BusinessData.Administration.Client (in Microsoft.SharePoint.BusinessData.Administration.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IdentityName As String
Get
'Usage
Dim instance As IndividualAccessControlEntry
Dim value As String
value = instance.IdentityName
public string IdentityName { get; }
Property Value
Type: System.String
The name of the security principal.
Implements
IAccessControlEntry.IdentityName
See Also
Reference
IndividualAccessControlEntry Class