Share via


Source.WebId property

Gets or sets a web ID for this Source object.

Namespace:  Microsoft.Office.Server.Discovery
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public Property WebId As Guid
    Get
    Set
'Usage
Dim instance As Source
Dim value As Guid

value = instance.WebId

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

Property value

Type: System.Guid

Remarks

For a SharePoint website, the ID will be a valid GUID.

See also

Reference

Source class

Source members

Microsoft.Office.Server.Discovery namespace