MdmAlert.Type 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.
Type de l’alerte. Il s’agit également de l’ID d’alerte.
public:
property Platform::String ^ Type { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Type();
void Type(winrt::hstring value);
public string Type { get; set; }
var string = mdmAlert.type;
mdmAlert.type = string;
Public Property Type As String
Valeur de propriété
Chaîne mise en forme de nom de domaine inversée.
Remarques
Ce format est obligatoire par la norme OMA-DM et suit le modèle suivant : « Reversed-Domain-Name:<your-domain-info-here> »
Consultez MdmAlert pour obtenir un exemple de définition de cette propriété.