Свойство BusinessRule.NotificationGroup

Gets or sets the Globally Unique Identifier (GUID) of the group to be notified about the rule.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property NotificationGroup As Nullable(Of Guid)
    Get 
    Set
'Применение
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>)

Значение свойства

Тип: System.Nullable<Guid>
The GUID of the group to be notified about the rule.

См. также

Справочник

BusinessRule Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts