Share via


IReference.Value Property

 

Get/set the reference Value. The type depends on the Reference Name.

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

Syntax

string Value { get; set; }
property String^ Value {
    String^ get();
    void set(String^ value);
}
abstract Value : string with get, set
Property Value As String

Property Value

Type: System.String

See Also

IReference Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top