Provider.Name Property
Gets the name.
[Category(CATEGORY_INFO)]
public string Name {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_INFO)]
public:
property String^ Name {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_INFO)
function get Name() : String;
public
Category(CATEGORY_INFO)
function set Name(value : String);
This language is not supported or no code example is available.
Property Value
string
The name.
In this article
Definition