Class Workspace
Represents a workspace.
public sealed class Workspace
- Inheritance
-
objectWorkspace
- Extension Methods
Properties
DisplayName
Workspace display name.
public string DisplayName { get; set; }
Property Value
- string
Name
Workspace name.
public string Name { get; set; }
Property Value
- string
WorkspaceId
Workspace identifier.
public int WorkspaceId { get; set; }
Property Value
- int