Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the run value of the property.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property RunValue As T
Get
Set
'Usage
Dim instance As RestartPendingException
Dim value As T
value = instance.RunValue
instance.RunValue = value
public T RunValue { get; set; }
public:
property T RunValue {
T get ();
void set (T value);
}
member RunValue : 'T with get, set
function get RunValue () : T
function set RunValue (value : T)
Property Value
Type: T
A String value that specifies the run value of the property.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.