IWorkspace.Title Property
Applies to v2.
Gets the title of the workspace.
Namespace: Microsoft.WebMatrix.Extensibility
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Title As String
Get
'Usage
Dim instance As IWorkspace
Dim value As String
value = instance.Title
string Title { get; }
property String^ Title {
String^ get ();
}
abstract Title : string
function get Title () : String
Property Value
Type: System.String
The title of the workspace.