SPClickthroughUsageEntry.OriginWebId Property
Gets or sets the SPWeb GUID of the Originfor the SPWeb object.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property OriginWebId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Guid)
value = instance.OriginWebId
instance.OriginWebId = value
public Nullable<Guid> OriginWebId { get; set; }
Property Value
Type: System.Nullable<Guid>
The SPWeb GUID of the Originfor the SPWeb object.
See Also
Reference
SPClickthroughUsageEntry Class