adTempus API
ArcanaDevelopment.adTempus.Shared.Attributes Namespace / ReservedForFutureUseAttribute Class
Members


In This Topic
    ReservedForFutureUseAttribute Class
    In This Topic
    Indicates an item is not currently implemented but defined and reserved for future use
    Syntax
    'Declaration
     
    
    <AttributeUsageAttribute(AttributeTargets.All)>
    Public NotInheritable Class ReservedForFutureUseAttribute 
       Inherits System.Attribute
    [AttributeUsage(AttributeTargets.All)]
    public sealed class ReservedForFutureUseAttribute : System.Attribute 
    [AttributeUsage(AttributeTargets.All)]
    public ref class ReservedForFutureUseAttribute sealed : public System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          ArcanaDevelopment.adTempus.Shared.Attributes.ReservedForFutureUseAttribute

    See Also