SPOfficialFileHost.UniqueId Property
Gets or sets a globally unique identifier (GUID) for the connection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property UniqueId As Guid
Get
'Usage
Dim instance As SPOfficialFileHost
Dim value As Guid
value = instance.UniqueId
public Guid UniqueId { get; }
Property Value
Type: System.Guid
A Guid object that identifies the connection.