ResourceDescriptionPropertyList Property |
Gets or sets the resource description property list.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public List<ResourceDescriptionPropertyList> PropertyList { get; set; }
Public Property PropertyList As List(Of ResourceDescriptionPropertyList)
Get
Set
public:
property List<ResourceDescriptionPropertyList^>^ PropertyList {
List<ResourceDescriptionPropertyList^>^ get ();
void set (List<ResourceDescriptionPropertyList^>^ value);
}
member PropertyList : List<ResourceDescriptionPropertyList> with get, set
Property Value
Type:
ListResourceDescriptionPropertyListResource description property list.
Remarks This class member will not be serialized by the WCF service.
See Also