adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / FeatureInformation Class / FeatureVersion Property


In This Topic
    FeatureVersion Property
    In This Topic
    The version of the feature that is installed.
    Syntax
    'Declaration
     
    
    Public Property FeatureVersion As String
    public string FeatureVersion {get; set;}
    public:
    property String^ FeatureVersion {
       String^ get();
       void set (    String^ value);
    }
    See Also