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()>
    Public Property SourceIdentity As String
    [DataMember()]
    public string SourceIdentity {get; set;}
    See Also