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

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

IReference Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace