DataQualityInstalledStateResponse.IsInstalled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Spécifie une valeur indiquant si cette instance est installée.
public:
property bool IsInstalled { bool get(); void set(bool value); };
[System.ServiceModel.MessageBodyMember]
public bool IsInstalled { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.IsInstalled : bool with get, set
Public Property IsInstalled As Boolean
Valeur de propriété
true
si cette instance est installée ; sinon, false
.
- Attributs