adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / InstanceID Property


In This Topic
    InstanceID Property (INotificationMessage)
    In This Topic
    The instance ID of the instance that generated the message.
    Syntax
    'Declaration
     
    
    ReadOnly Property InstanceID As Nullable(Of Integer)
    Nullable<int> InstanceID {get;}
    property Nullable<int> InstanceID {
       Nullable<int> get();
    }
    See Also