adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / OID Class / ClassGuid Property

In This Topic
    ClassGuid Property
    In This Topic
    Returns the Guid representing the class ID. Used for backward compatibility.
    Syntax
    'Declaration
     
    
    <IgnoreDataMemberAttribute()>
    <XmlIgnoreAttribute()>
    Public ReadOnly Property ClassGuid As Guid
    [IgnoreDataMember()]
    [XmlIgnore()]
    public Guid ClassGuid {get;}
    See Also