GraphMetadata.Caption Property

Displayable label of this GraphProperty

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

Syntax

'Declaration
Public Property Caption As String
    Get
    Set
public string Caption { get; set; }
public:
property String^ Caption {
    String^ get ();
    void set (String^ value);
}
member Caption : string with get, set
function get Caption () : String
function set Caption (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

GraphMetadata Class

Microsoft.VisualStudio.GraphModel Namespace