SPUsageEntry.SiteSubscriptionId Property

Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Overridable Property SiteSubscriptionId As Guid
    Get
    Set
'Usage
Dim instance As SPUsageEntry
Dim value As Guid

value = instance.SiteSubscriptionId

instance.SiteSubscriptionId = value
public virtual Guid SiteSubscriptionId { get; set; }

Property Value

Type: System.Guid
A Guid value that identifies the hosted domain that was the source of the usage event.

See Also

Reference

SPUsageEntry Class

SPUsageEntry Members

Microsoft.SharePoint.Administration Namespace