Partager via


Membres AdomdProperty

Represents a property of a command.

Le type AdomdProperty expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Méthode publique AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Name Gets or sets a String representing the name of the AdomdProperty.
Propriété publique Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Propriété publique Parent Gets an Object representing the parent of the AdomdProperty.
Propriété publique Value Gets or sets an Object representing the value of the AdomdProperty.

Haut de la page