共用方式為


BusinessRule.NotificationGroup 屬性

Gets or sets the Globally Unique Identifier (GUID) of the group to be notified about the rule.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<DataMemberAttribute> _
Public Property NotificationGroup As Nullable(Of Guid)
    Get 
    Set
'用途
Dim instance As BusinessRule 
Dim value As Nullable(Of Guid)

value = instance.NotificationGroup

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

屬性值

型別:System.Nullable<Guid>
The GUID of the group to be notified about the rule.

請參閱

參考

BusinessRule 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間