ISubscriber.Notification Property

Definition

Number specifying what notifications to receive

[ADT.Runtime.Info(Create=true, Description="Number specifying what notifications to receive", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="notifications", Update=true)]
public long? Notification { get; set; }
[<ADT.Runtime.Info(Create=true, Description="Number specifying what notifications to receive", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="notifications", Update=true)>]
member this.Notification : Nullable<int64> with get, set
Public Property Notification As Nullable(Of Long)

Property Value

Attributes

Applies to