Compartilhar via


Propriedade do RDL NotificationUser

Gets or sets the notification user.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property NotificationUser As Nullable(Of Guid)
    Get
    Set
'Uso
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>)

Valor da propriedade

Tipo: System. . :: . .Nullable< (Of < ( <'Guid> ) > ) >
Guid.