SPWebQuery.WebIdStart property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property WebIdStart As Guid
Get
Set
'Usage
Dim instance As SPWebQuery
Dim value As Guid
value = instance.WebIdStart
instance.WebIdStart = value
public Guid WebIdStart { get; set; }
Property value
Type: System.Guid