IReference.Value Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Property Value As String
    Get
    Set
'Usage
Dim instance As IReference
Dim value As String

value = instance.Value

instance.Value = value
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

IReference Members

Microsoft.VisualStudio.Uml.Extensions Namespace