SPSiteSubscriptionSettingsObject.Id Property
Gets or sets the unique identifier of the current object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Id As Guid
Get
Protected Set
'Usage
Dim instance As SPSiteSubscriptionSettingsObject
Dim value As Guid
value = instance.Id
instance.Id = value
public Guid Id { get; protected set; }
Property Value
Type: System.Guid
Guid
The unique identifier.
See Also
Reference
SPSiteSubscriptionSettingsObject Class