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


In This Topic
    FeatureID Property
    In This Topic
    The identification tag for the feature.
    Syntax
    'Declaration
     
    
    Public Property FeatureID As String
    public string FeatureID {get; set;}
    public:
    property String^ FeatureID {
       String^ get();
       void set (    String^ value);
    }
    See Also