Click or drag to resize
ModuleServiceProperty Class
Represents module service property.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.Base.ModuleModuleServiceProperty

Namespace: Atomia.Provisioning.Base.Module
Assembly: Atomia.Provisioning.Base.Module (in Atomia.Provisioning.Base.Module.dll) Version: 17.3.6337.16009
Syntax
public class ModuleServiceProperty

The ModuleServiceProperty type exposes the following members.

Constructors
  NameDescription
Public methodModuleServiceProperty
Initializes a new instance of the ModuleServiceProperty class.
Public methodModuleServiceProperty(String, String)
Initializes a new instance of the ModuleServiceProperty class.
Top
Properties
  NameDescription
Public propertyID
Gets the ID of the module service property.
Public propertyIsChanged
Gets a value indicating whether this instance is changed.
Public propertyIsKey
Gets or sets a value indicating whether this instance is key.
Public propertyName
Gets or sets the name of the module service property.
Public propertyValue
Gets or sets the value of a module service property.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
If FrinedlyName is set value of FriendlyName will be returned. Otherwise, result will be value on Name property
(Overrides ObjectToString.)
Top
See Also