Condividi tramite


Membri AdomdProperty

Represents a property of a command.

Il tipo AdomdProperty espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico AdomdProperty(String, Object) Initializes a new instance of the AdomdProperty class with the name and value of the property.
Metodo pubblico AdomdProperty(String, String, Object) Initializes a new instance of the AdomdProperty class with the name, namespace, and value of the property.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Name Gets or sets a String representing the name of the AdomdProperty.
Proprietà pubblica Namespace Gets or sets a String representing the namespace of the AdomdProperty.
Proprietà pubblica Parent Gets an Object representing the parent of the AdomdProperty.
Proprietà pubblica Value Gets or sets an Object representing the value of the AdomdProperty.

In alto