GraphSchema.FindProperty(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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