| ResourceDescriptionPropertyListPropertyListItems Property  | 
            Gets or sets the property list items.
            
 
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntaxpublic List<string> PropertyListItems { get; set; }Public Property PropertyListItems As List(Of String)
	Get
	Set
public:
property List<String^>^ PropertyListItems {
	List<String^>^ get ();
	void set (List<String^>^ value);
}member PropertyListItems : List<string> with get, set
Property Value
Type: 
ListStringThe property list items.
See Also