adTempus API
ArcanaDevelopment.adTempus.Shared.ObjectComparison Namespace / ObjectDescriptor Class / ClassName Field


In This Topic
    ClassName Field (ObjectDescriptor)
    In This Topic
    The name of the class the object belongs to.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ClassName As String
    [DataMember()]
    public string ClassName
    [DataMember()]
    public:
    String^ ClassName
    See Also