| ResourceDescriptionPropertyListPropertyListName Property  | 
            Gets or sets the name of the property list.
            
 
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntaxpublic string PropertyListName { get; set; }Public Property PropertyListName As String
	Get
	Set
public:
property String^ PropertyListName {
	String^ get ();
	void set (String^ value);
}member PropertyListName : string with get, set
Property Value
Type: 
StringThe name of the property list.
See Also