Share via


GraphSchema.FindProperty Method

Gets the GraphProperty with the specified ID.

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

Syntax

'Declaration
Public Function FindProperty ( _
    id As String _
) As GraphProperty
public GraphProperty FindProperty(
    string id
)
public:
GraphProperty^ FindProperty(
    String^ id
)
member FindProperty : 
        id:string -> GraphProperty
public function FindProperty(
    id : String
) : GraphProperty

Parameters

  • id
    Type: String

    Unique ID of the GraphProperty to obtain.

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphProperty
The matching GraphProperty, or null if not found.

.NET Framework Security

See Also

Reference

GraphSchema Class

Microsoft.VisualStudio.GraphModel Namespace