Share via


GraphCommonSchema.Label Property

Defines a displayable label for an annotatable object.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty

.NET Framework Security

See Also

Reference

GraphCommonSchema Class

Microsoft.VisualStudio.GraphModel Namespace