SPFieldTemplateUsage.WebID property
Gets the GUID identifier of a Web site where the field is used.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property WebID As Guid
Get
Friend Set
'Usage
Dim instance As SPFieldTemplateUsage
Dim value As Guid
value = instance.WebID
public Guid WebID { get; internal set; }
Property value
Type: System.Guid
A unique identifier for the Web site.