IReference.Name Property

Indicates what kind of reference this is. You can use a custom value, or one of the set defined in ReferenceConstants.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IReference Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace