Share via


VSDiagramViewSite.Name Property

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

Syntax

'Declaration
Public Property Name As String
'Usage
Dim instance As VSDiagramViewSite 
Dim value As String 

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
public final function get Name () : String 
public final function set Name (value : String)

Property Value

Type: System.String

Implements

ISite.Name

.NET Framework Security

See Also

Reference

VSDiagramViewSite Class

VSDiagramViewSite Members

Microsoft.VisualStudio.Modeling.Shell Namespace