ChangeList.WebId プロパティ
ごみ箱のアイテムが含まれていた元のリストまたはフォルダーのサイト相対 URL を示す値を取得します。
名前空間: 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 WebId As Guid
Get
'使用
Dim instance As ChangeList
Dim value As Guid
value = instance.WebId
public Guid WebId { get; }
プロパティ値
型: System.Guid
変更の一覧に含まれているサイトの id を表すGuidインスタンスを返します。
例外
例外 | 条件 |
---|---|
[System.NotSupportedException] | サイト コレクションの変更の変更フィールド項目の識別子が、 null 参照 (Visual Basic のNothing )します。エラー コード:-1 します。 |