Freigeben über


ConfigValue-Eigenschaft

Gets the configuration value of the property.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Property ConfigValue As T
    Get
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.