BusinessRule.NotificationGroup Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the muid of the group to be notified about the rule.
Optional. NotificationGroup or NotificationUser may be specified, but not both.
public:
property Nullable<Guid> NotificationGroup { Nullable<Guid> get(); void set(Nullable<Guid> value); };
[System.Runtime.Serialization.DataMember]
public Guid? NotificationGroup { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.NotificationGroup : Nullable<Guid> with get, set
Public Property NotificationGroup As Nullable(Of Guid)
Property Value
The Globally Unique Identifier (GUID) of the group to be notified about the rule.
- Attributes