SPSiteSubscriptionSettingsObject.Id property
Gets or sets the unique identifier of the current object.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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