Click or drag to resize
PropertyAttributeCollection Class
Represents a collection of key-value String pairs attached to a DynamicProperty.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsPropertyAttributeCollection

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class PropertyAttributeCollection : IEnumerable, 
	IEnumerable<KeyValuePair<string, string>>

The PropertyAttributeCollection type exposes the following members.

Properties
  NameDescription
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the collection.
Public methodClear
Removes all keys and values from the collection.
Public methodContainsKey
Determines whether the collection contains the specified key.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an IEnumerator that iterates over the key/value pairs in the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the value with the specified key from the collection.
Public methodToString (Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
Top
Version Information

Supported in: 1.0.0.0
See Also