Share via


Dsl.ExplorerTitleMenuName Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
Public ReadOnly Property ExplorerTitleMenuName As String
'Usage
Dim instance As Dsl 
Dim value As String 

value = instance.ExplorerTitleMenuName
public string ExplorerTitleMenuName { get; }
public:
property String^ ExplorerTitleMenuName {
    String^ get ();
}
public function get ExplorerTitleMenuName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

Dsl Class

Dsl Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace