Partager via


IsConfigurable propriété

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Property IsConfigurable As Boolean
    Get
    Set
'Utilisation
Dim instance As Policy..::..TargetProcessedEventArgs
Dim value As Boolean

value = instance.IsConfigurable

instance.IsConfigurable = value
public bool IsConfigurable { get; set; }
public:
property bool IsConfigurable {
    bool get ();
    void set (bool value);
}
member IsConfigurable : bool with get, set
function get IsConfigurable () : boolean
function set IsConfigurable (value : boolean)

Valeur de la propriété

Type : System. . :: . .Boolean