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)

property String^ Value {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Return to top
Show: