Workspace.WorkspaceUID Property

Definition

Gets the workspace unique identifier

[Newtonsoft.Json.JsonProperty(PropertyName="properties.workspaceUID")]
public Guid? WorkspaceUID { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.workspaceUID")>]
member this.WorkspaceUID : Nullable<Guid>
Public ReadOnly Property WorkspaceUID As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to