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

In This Topic
    Aspect Property
    In This Topic
    Syntax
    'Declaration
     
    
    <XmlIgnoreAttribute()>
    <IgnoreDataMemberAttribute()>
    Public Property Aspect As String
    [XmlIgnore()]
    [IgnoreDataMember()]
    public string Aspect {get; set;}
    See Also