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
string Name { get; }
property String^ Name {
String^ get();
}
abstract Name : string with get
ReadOnly Property Name As String
Property Value
Type: System.String
See Also
IReference Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top