共用方式為


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 命名空間