Skip to main content

CustomProperties Members

A collection of custom properties.

Properties

Name Description
AvailablePropertiesNames Returns an array of available custom property names.
Item[String] Gets a custom property with the specified name from the CustomProperties collection.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GetValue(String) Returns a value for the custom property name.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(String) Removes a custom property with the specified name from the collection.
SetValue(String, String, Boolean) Records or clears a custom property value. This method doesn’t save your action to the Dashboard Designer’s history.
ToString() Returns the string that represents the current object.
See Also