Udostępnij za pośrednictwem


Właściwość BusinessRule.NotificationUser

Pobiera lub ustawia grupy powiadamiany o regule unikatowy identyfikator globalny (GUID).

Przestrzeń nazw:  Microsoft.MasterDataServices
Zestaw:  Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property NotificationUser As Nullable(Of Guid)
    Get
    Set
'Użycie
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>)

Wartość właściwości

Typ: System.Nullable<Guid>
Nowe wystąpienie typu Guid.