Share via


ManagementPackConfigurationSchemaType.Schema Property

Definition

Gets or sets the schema file (.xsd file) that is used to validate an instance of this type.

public:
 property System::String ^ Schema { System::String ^ get(); void set(System::String ^ value); };
public string Schema { get; set; }
member this.Schema : string with get, set
Public Property Schema As String

Property Value

The path of the schema file that is used to validate an instance of this type.

Applies to