WorkflowAssociation.WebId property
Gets a value that specifies the identifier of the site on which the workflow association resides.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property WebId As Guid
Get
'Usage
Dim instance As WorkflowAssociation
Dim value As Guid
value = instance.WebId
public Guid WebId { get; }
Property value
Type: System.Guid
Returns a Guid instance representing the identifier of the site on which the workflow association resides.