Class PreferencesParameter
Inheritance
System.Object
PreferencesParameter
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202002
Assembly: PnP.Framework.dll
Syntax
public class PreferencesParameter : object
Constructors
PreferencesParameter()
Declaration
public PreferencesParameter()
Properties
Key
Declaration
public string Key { get; set; }
Property Value
System.
|
Required
Declaration
public bool Required { get; set; }
Property Value
System.
|
Text
Declaration
public string[] Text { get; set; }
Property Value
System.
|