ChangeContentType.WebId property

Gets the GUID of the Web site in which the content type has changed.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property WebId As Guid
    Get
'Usage
Dim instance As ChangeContentType
Dim value As Guid

value = instance.WebId
public Guid WebId { get; }

Property value

Type: System.Guid
Guid
The GUID of the Web site.

See also

Reference

ChangeContentType class

ChangeContentType members

Microsoft.SharePoint.Client namespace