다음을 통해 공유


BusinessRule.NotificationUser 속성

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

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.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>
The GUID of the user to be notified about the rule.

참고 항목

참조

BusinessRule 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스