ProvideFileSystemProviderAttribute.SchemeRegValue Field
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.
Caution
Use RegValueNames.Schemeinstead
The registry value to store the URI scheme (e.g. "ftp") supported by the file system provider. If this registry value is present, then the service is considered a file system provider.
public: System::String ^ SchemeRegValue;
[System.Obsolete("Use RegValueNames.Schemeinstead")]
public const string SchemeRegValue;
[<System.Obsolete("Use RegValueNames.Schemeinstead")>]
val mutable SchemeRegValue : string
Public Const SchemeRegValue As String
Field Value
- Attributes