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;}
    [DataMember()]
    public:
    property int ObjectCount {
       int get();
       void set (    int value);
    }
    See Also