Propriété RestartPendingException<T>.ConfigValue
Gets the configuration value of the property.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Property ConfigValue As T
Get
Set
'Utilisation
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)
Valeur de propriété
Type : T
A String value that specifies the configuration value of the property.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.