Поделиться через


Свойство BusinessRule.NotificationUser

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

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

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property NotificationUser As Nullable(Of Guid)
    Get
    Set
'Применение
Dim instance As BusinessRule
Dim value As Nullable(Of Guid)

value = instance.NotificationUser

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

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

Тип: System.Nullable<Guid>
A new instance of type Guid.

См. также

Справочник

BusinessRule Класс

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