adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / SourceIdentity Property


In This Topic
    SourceIdentity Property
    In This Topic
    The identity of the object that generated the message.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    <CanBeNullAttribute()>
    Public Property SourceIdentity As String
    [DataMember()]
    [CanBeNull()]
    public string SourceIdentity {get; set;}
    [DataMember()]
    [CanBeNull()]
    public:
    property String^ SourceIdentity {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This property is not always populated and may be null.
    See Also