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


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