DomainObjectInfo.Name Property

Gets the name of the element.

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

Syntax

'Declaration
Public ReadOnly Property Name As String
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
member Name : string with get
function get Name () : String

Property Value

Type: String
The name of the domain object.

.NET Framework Security

See Also

Reference

DomainObjectInfo Class

Microsoft.VisualStudio.Modeling Namespace