Share via


ShapeAccessibleObject.Value Property

This member overrides AccessibleObject.Value.

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

Syntax

'Declaration
Public Overrides Property Value As String
'Usage
Dim instance As ShapeAccessibleObject 
Dim value As String 

value = instance.Value

instance.Value = value
public override string Value { get; set; }
public:
virtual property String^ Value {
    String^ get () override;
    void set (String^ value) override;
}
public override function get Value () : String 
public override function set Value (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ShapeAccessibleObject Class

ShapeAccessibleObject Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace