Condividi tramite


GraphCommonSchema.Value Property

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

The Value property is used by Setter elements.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Shared Property Value As GraphProperty
public static GraphProperty Value { get; private set; }
public:
static property GraphProperty^ Value {
    GraphProperty^ get ();
    private: void set (GraphProperty^ value);
}
static member Value : GraphProperty with get, private set
static function get Value () : GraphProperty 
private static function set Value (value : GraphProperty)

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework Security

See Also

Reference

GraphCommonSchema Class

Microsoft.VisualStudio.GraphModel Namespace