Share via


SubfieldAccessibleObject.Value Property

This member overrides AccessibleObject.Value.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overrides Property Value As String
public override string Value { get; set; }
public:
virtual property String^ Value {
    String^ get () override;
    void set (String^ value) override;
}
abstract Value : string with get, set
override Value : string with get, set
override function get Value () : String
override function set Value (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SubfieldAccessibleObject Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace