ServerProperty Clase

Definición

Define una propiedad asociada a un elemento Server. Esta clase no puede heredarse.

[System.Runtime.InteropServices.Guid("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public sealed class ServerProperty : ICloneable
[<System.Runtime.InteropServices.Guid("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")>]
type ServerProperty = class
    interface ICloneable
Public NotInheritable Class ServerProperty
Implements ICloneable
Herencia
ServerProperty
Atributos
Implementaciones

Constructores

ServerProperty()

Inicializa una nueva instancia de la clase ServerProperty.

ServerProperty(String, String)

Inicializa una nueva instancia de ServerProperty con el nombre y un valor especificados.

Propiedades

Category

Obtiene o establece la categoría asociada a la propiedad representada por el objeto ServerProperty.

DefaultValue

Obtiene o establece el valor predeterminado de la propiedad representada por el objeto ServerProperty.

DisplayFlag

Obtiene o establece el estado de marca de presentación.

FolderName

Obtiene el nombre de la carpeta asociada a un objeto ServerProperty.

IsReadOnly

Obtiene o establece una indicación de si la propiedad representada por el objeto ServerProperty es de solo lectura.

Name

Obtiene o establece el nombre de la propiedad representada por el objeto ServerProperty.

PendingValue

Obtiene o establece el valor pendiente de la propiedad representada por el objeto ServerProperty.

PropertyName

Obtiene el nombre de propiedad de un objeto ServerProperty.

RequiresRestart

Obtiene o establece una indicación de si los cambios en el valor de la propiedad representada por el objeto ServerProperty exigen reiniciar.

Type

Obtiene o establece el tipo de la propiedad representada por el objeto ServerProperty.

Units

Obtiene o establece las unidades asociadas a la propiedad representada por el objeto ServerProperty.

Value

Obtiene o establece el valor de la propiedad representada por el objeto ServerProperty.

Métodos

Clone()

Devuelve un clon del objeto.

CopyTo(ServerProperty)

Copia el contenido del objeto en otro objeto (el destino).

Implementaciones de interfaz explícitas

ICloneable.Clone()

Define una propiedad asociada a un elemento Server. Esta clase no puede heredarse.

Se aplica a