adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TagInformation Class / ObjectCount Property

In This Topic
    ObjectCount Property
    In This Topic
    The number of objects that use the tag.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property ObjectCount As Integer
    [DataMember()]
    public int ObjectCount {get; set;}
    See Also