Delen via


GraphCommonSchema.Property Property

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

The Property property is used by Setter elements.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework Security

See Also

Reference

GraphCommonSchema Class

Microsoft.VisualStudio.GraphModel Namespace