ProvideSourceControlProviderAttribute.RegisteredName Property
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 friendly name of the provider - This name is locale invariant
public:
property System::String ^ RegisteredName { System::String ^ get(); };
public:
property Platform::String ^ RegisteredName { Platform::String ^ get(); };
public string RegisteredName { get; }
member this.RegisteredName : string
Public ReadOnly Property RegisteredName As String