Share via


AdomdProperty Members

Include Protected Members
Include Inherited Members

Represents a property of a command.

The AdomdProperty type exposes the following members.

Constructors

  Name Description
Public method AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Public method AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Name Gets or sets a String representing the name of the AdomdProperty.
Public property Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Public property Parent Gets an Object representing the parent of the AdomdProperty.
Public property Value Gets or sets an Object representing the value of the AdomdProperty.

Top