Interface IWorkspaceUpdate
An interface that provides the information to update a workspace.
Namespace: Unity.Cloud.Storage
Syntax
public interface IWorkspaceUpdate
Properties
Name
Implement this property to return the name of the updated workspace.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
String | The name of the updated workspace. |