Share via


IStereotypePropertyInstance.Value Property

The value of the property for this stereotype instance.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property Value As String
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

IStereotypePropertyInstance Interface

Microsoft.VisualStudio.Uml.Classes Namespace