Compartilhar via


IndividualAccessControlEntry.DisplayName property

Obtém o nome para exibição do objeto de segurança.

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Sintaxe

'Declaração
Public ReadOnly Property DisplayName As String
    Get
'Uso
Dim instance As IndividualAccessControlEntry
Dim value As String

value = instance.DisplayName
public string DisplayName { get; }

Valor da propriedade

Type: System.String
O nome de exibição do objeto de segurança.

Implementa

IAccessControlEntry.DisplayName

Ver também

Referência

IndividualAccessControlEntry class

IndividualAccessControlEntry members

Microsoft.SharePoint.BusinessData.Infrastructure namespace