adTempus API
ArcanaDevelopment.adTempus.Client Namespace / LogMessage Class / InstanceID Property


In This Topic
    InstanceID Property (LogMessage)
    In This Topic
    The InstanceID of the instance this message is associated with, if any.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InstanceID As Integer
    public int InstanceID {get;}
    public:
    property int InstanceID {
       int get();
    }
    Remarks
    If the message is not associated with a job instance, InstanceID will be 0.
    See Also