Share via


GraphProviderAttribute.Name Property

The name that is used to identify the provider.

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

Syntax

'Declaration
Public Property Name As String
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Name : string with get, set 
override Name : string with get, set
final function get Name () : String 
final function set Name (value : String)

Property Value

Type: String
Returns String.

Implements

IGraphProviderMetadata.Name

.NET Framework Security

See Also

Reference

GraphProviderAttribute Class

Microsoft.VisualStudio.GraphModel Namespace