IGraphProviderMetadata.Name Property

The name of the provider.

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

Syntax

'Declaration
ReadOnly Property Name As String
string Name { get; }
property String^ Name {
    String^ get ();
}
abstract Name : string with get
function get Name () : String

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

IGraphProviderMetadata Interface

Microsoft.VisualStudio.GraphModel Namespace