GraphSchema::FindPropertyByLabel Method (String^)
Visual Studio 2015
Gets the first GraphProperty with the specified label from this schema or any subschema.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
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.
Show: