RelatedItem.WebId property
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property WebId As String
Get
Set
'Usage
Dim instance As RelatedItem
Dim value As String
value = instance.WebId
instance.WebId = value
public string WebId { get; set; }
Property value
Type: System.String