GraphSchema.FindProperty(String) Method

Definition

Gets the GraphProperty with the specified id

public:
 Microsoft::VisualStudio::GraphModel::GraphProperty ^ FindProperty(System::String ^ id);
public Microsoft.VisualStudio.GraphModel.GraphProperty FindProperty (string id);
member this.FindProperty : string -> Microsoft.VisualStudio.GraphModel.GraphProperty
Public Function FindProperty (id As String) As GraphProperty

Parameters

id
String

Unique Id of the GraphProperty to get

Returns

The matching GraphProperty, or null if not found

Applies to