adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / InstanceID Property


In This Topic
    InstanceID Property (NotificationMessage)
    In This Topic
    The instance ID of the instance that generated the message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property InstanceID As Nullable(Of Integer)
    [DataMember()]
    public Nullable<int> InstanceID {get; set;}
    [DataMember()]
    public:
    property Nullable<int> InstanceID {
       Nullable<int> get();
       void set (    Nullable<int> value);
    }
    See Also