AppPrincipalCredentialReference.Id 屬性
取得或設定唯一識別碼。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property Id As Guid
Get
Set
'用途
Dim instance As AppPrincipalCredentialReference
Dim value As Guid
value = instance.Id
instance.Id = value
public Guid Id { get; set; }
屬性值
類型:System.Guid
唯一識別碼。
請參閱
參照
AppPrincipalCredentialReference 類別