DscResourceInfo.ParentPath 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 or sets parent folder, where the resource is defined It is the folder containing either the implementing module(=Path) or folder containing ".schema.mof". For native providers, Path will be null and only ParentPath will be present.
public:
property System::String ^ ParentPath { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ ParentPath { Platform::String ^ get(); void set(Platform::String ^ value); };
public string ParentPath { get; set; }
member this.ParentPath : string with get, set
Public Property ParentPath As String