de la propiedad ServerStub.EntityKeyPropertyNames
Los nombres de propiedad de clave de la entidad.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Protected Friend Overridable ReadOnly Property EntityKeyPropertyNames As IEnumerable(Of String)
Get
'Uso
Dim value As IEnumerable(Of String)
value = Me.EntityKeyPropertyNames
protected internal virtual IEnumerable<string> EntityKeyPropertyNames { get; }
Valor de propiedad
Tipo: System.Collections.Generic.IEnumerable<String>