PropertyGroupFileMatcher.Root 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.
the implied root
public:
property System::String ^ Root { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ Root { Platform::String ^ get(); void set(Platform::String ^ value); };
public string Root { get; set; }
public string Root { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
public string? Root { [System.Runtime.CompilerServices.IsReadOnly] get; set; }
member this.Root : string with get, set
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Root : string with get, set
Public Property Root As String
Property Value
- Attributes