NotificationUser 属性
Gets or sets the notification user.
命名空间: Microsoft.MasterDataServices.Services.DataContracts
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.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< (Of < ( <'Guid> ) > ) >
Guid.