AdomdProperty-Member

Represents a property of a command.

Der AdomdProperty-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Öffentliche Methode AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets a String representing the name of the AdomdProperty.
Öffentliche Eigenschaft Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Öffentliche Eigenschaft Parent Gets an Object representing the parent of the AdomdProperty.
Öffentliche Eigenschaft Value Gets or sets an Object representing the value of the AdomdProperty.

Zum Anfang