Partager via


Propriété BusinessRule.NotificationGroup

Gets or sets the globally unique identifier (GUID) of the group to be notified about the rule.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property NotificationGroup As Nullable(Of Guid)
    Get
    Set
'Utilisation
Dim instance As BusinessRule
Dim value As Nullable(Of Guid)

value = instance.NotificationGroup

instance.NotificationGroup = value
[DataMemberAttribute]
public Nullable<Guid> NotificationGroup { get; set; }
[DataMemberAttribute]
public:
property Nullable<Guid> NotificationGroup {
    Nullable<Guid> get ();
    void set (Nullable<Guid> value);
}
[<DataMemberAttribute>]
member NotificationGroup : Nullable<Guid> with get, set
function get NotificationGroup () : Nullable<Guid>
function set NotificationGroup (value : Nullable<Guid>)

Valeur de propriété

Type : System.Nullable<Guid>
A new instance of type Guid.

Voir aussi

Référence

BusinessRule Classe

Espace de noms Microsoft.MasterDataServices