SourceControlBindings.ProviderRegKey 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 registry path to the provider settings.
public:
property System::String ^ ProviderRegKey { System::String ^ get(); };
public:
property Platform::String ^ ProviderRegKey { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(7)]
public string ProviderRegKey { [System.Runtime.InteropServices.DispId(7)] get; }
[<System.Runtime.InteropServices.DispId(7)>]
[<get: System.Runtime.InteropServices.DispId(7)>]
member this.ProviderRegKey : string
Public ReadOnly Property ProviderRegKey As String
Property Value
A registry path.
- Attributes