RestartPendingException<T>.ConfigValue Property

 

Gets the configuration value of the property.

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

Syntax

public T ConfigValue { get; set; }
public:
property T ConfigValue {
    T get();
    void set(T value);
}
member ConfigValue : 'T with get, set
Public Property ConfigValue As T

Property Value

Type: T

A String value that specifies the configuration value of the property.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

RestartPendingException<T> Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top