Proprietà NotificationGroup
Gets or sets the notification group.
Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property NotificationGroup As Nullable(Of Guid)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System. . :: . .Nullable< (Of < ( <'Guid> ) > ) >
Guid.
Vedere anche