DscResourceInfo.ParentPath Property

Definition

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

Property Value

Applies to