ResourceDescriptionGetListOfProperties Method |
Gets the list of all resource description property names in resource description instance.
Namespace: Atomia.Provisioning.BaseAssembly: Atomia.Provisioning.Base (in Atomia.Provisioning.Base.dll) Version: 17.3.6337.16009
Syntax public string[] GetListOfProperties()
Public Function GetListOfProperties As String()
public:
array<String^>^ GetListOfProperties()
member GetListOfProperties : unit -> string[]
Return Value
Type:
StringString array filled with property names.
Remarks This class member will not be serialized by the WCF service.
See Also