Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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