adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ObjectChangeLog Class / TargetClassName Property


In This Topic
    TargetClassName Property (ObjectChangeLog)
    In This Topic
    The ClassName of the affected object.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property TargetClassName As String
    [CanBeNull()]
    public string TargetClassName {get;}
    [CanBeNull()]
    public:
    property String^ TargetClassName {
       String^ get();
    }
    See Also