Compartir a través de


ConfigValue Propiedad

Gets the configuration value of the property.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Property ConfigValue As T
    Get
    Set
'Uso
Dim instance As RestartPendingException
Dim value As T

value = instance.ConfigValue

instance.ConfigValue = value
public T ConfigValue { get; set; }
public:
property T ConfigValue {
    T get ();
    void set (T value);
}
member ConfigValue : 'T with get, set
function get ConfigValue () : T
function set ConfigValue (value : T)

Valor de la propiedad

Tipo: T
A String value that specifies the configuration value of the property.

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.