BusinessRule.NotificationGroup 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 le muid du groupe à informer de la règle.
facultatif. Vous pouvez spécifier NotificationGroup ou NotificationUser, mais pas les deux.
public:
property Nullable<Guid> NotificationGroup { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Runtime.Serialization.DataMember]
public Guid? NotificationGroup { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.NotificationGroup : Nullable<Guid> with get, set
Public Property NotificationGroup As Nullable(Of Guid)
Valeur de propriété
Identificateur global unique (GUID) du groupe à notifier à propos de la règle.
- Attributs