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


In This Topic
    FeatureData Property
    In This Topic
    Additional data about the feature's configuration.
    Syntax
    'Declaration
     
    
    Public Property FeatureData As String
    public string FeatureData {get; set;}
    public:
    property String^ FeatureData {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    The content and meaning of the FeatureData is dependent on the feature.
    See Also