Свойство Principal.Id
Gets a value that specifies the member identifier for the user or group.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public ReadOnly Property Id As Integer
Get
'Применение
Dim instance As Principal
Dim value As Integer
value = instance.Id
public int Id { get; }
Значение свойства
Тип: System.Int32
Returns a Int32 instance that specifies the member identifier for the user or group.
Исключения
Исключение | Условие |
---|---|
ArgumentNullException | Member data is null. Error code: -2147467261. |
Замечания
Its value must be equal to or greater than 1. Its value must be equal to or less than 2147483647.