Compartir a través de


ServerProperty Miembros

Defines a server property associated with a Server element. This class cannot be inherited.

El tipo ServerProperty expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico ServerProperty() () () () Initializes a new instance of the ServerProperty class by using default values.
Método publico ServerProperty(String, String) Initializes a new instance of ServerProperty by using a name and a value.

Principio

Métodos

  Nombre Descripción
Método publico Clone Creates a new, full copy of a ServerProperty object.
Método publico CopyTo Copies a ServerProperty object to the specified object.
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Category Gets or sets the category associated with a ServerProperty object.
Propiedad pública DefaultValue Gets or sets the default value for a ServerProperty object.
Propiedad pública DisplayFlag Gets or sets the display flag status.
Propiedad pública FolderName Gets the folder name associated with a ServerProperty object.
Propiedad pública Name Gets or sets the name of a ServerProperty object.
Propiedad pública PendingValue Gets or sets the pending value of a ServerProperty object.
Propiedad pública PropertyName Gets the property name from a ServerProperty object.
Propiedad pública RequiresRestart Gets or sets a value associated with the ServerProperty object that indicates whether restart is required.
Propiedad pública Type Gets or sets the type associated with a ServerProperty object.
Propiedad pública Units Gets or sets the units associated with a ServerProperty object.
Propiedad pública Value Gets or sets the type associated with a ServerProperty object.

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICloneable. . :: . .Clone

Principio