ModuleServiceGetAllProperties Method |
Gets all module service properties for this service.
Namespace: Atomia.Provisioning.Base.ModuleAssembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntaxpublic virtual ModuleServiceProperty[] GetAllProperties()
Public Overridable Function GetAllProperties As ModuleServiceProperty()
public:
virtual array<ModuleServiceProperty^>^ GetAllProperties()
abstract GetAllProperties : unit -> ModuleServiceProperty[]
override GetAllProperties : unit -> ModuleServiceProperty[]
Return Value
Type:
ModuleServicePropertyArray of
ModuleServiceProperty objects.
See Also