Click or drag to resize
ProvisioningServiceProperty Class
Represents Atomia Provisioning Service property.
Inheritance Hierarchy
SystemObject
  Atomia.Provisioning.BaseProvisioningServiceProperty

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

The ProvisioningServiceProperty type exposes the following members.

Constructors
  NameDescription
Public methodProvisioningServiceProperty
Initializes a new instance of the ProvisioningServiceProperty class.
Public methodProvisioningServiceProperty(String, String)
Initializes a new instance of the ProvisioningServiceProperty class.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets the property description.
Public propertyFriendlyName
Gets Atomia Provisioning Service Property friendly name. This name should be used in user interface.
Public propertyID
Gets Atomia Provisioning Service Property id.
Public propertyIsKey
Gets or sets a value indicating whether this Atomia Provisioning Service Property instance is key.
Public propertyLastChangeTime
Gets or sets timestamp of the last update of the stored version of this property.
Public propertyName
Gets or sets Atomia Provisioning Service Property name.
Public propertyPropertyType
Gets or sets the type of the property.
Public propertyValue
Gets or sets Atomia Provisioning Service Property Value.
Public propertyValueConstrains
Gets or sets the value constrains.
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