Share via


SPOfficialFileHost.UniqueId property

Gets or sets a globally unique identifier (GUID) for the connection.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPOfficialFileHost class

SPOfficialFileHost members

Microsoft.SharePoint namespace