GraphSchema::FindPropertyByLabel Method (String^)

 

Gets the first GraphProperty with the specified label from this schema or any subschema.

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

public:
GraphProperty^ FindPropertyByLabel(
	String^ label
)

Parameters

label
Type: System::String^

Return Value

Type: Microsoft.VisualStudio.GraphModel::GraphProperty^

The first property that has the given label. Null if no property was found.

Return to top
Show: