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 the unique ID of the folder.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property UniqueId As Guid
Get
'Usage
Dim instance As SPFolder
Dim value As Guid
value = instance.UniqueId
public Guid UniqueId { get; }
Type: System.Guid
A System.Guid that identifies the folder in the form: "rid:{00000000-0000-0000-0000-000000000000}".