ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / BreakEven<T> Class / SalesPrice Property






In This Topic
    SalesPrice Property (BreakEven<T>)
    In This Topic
    Gets or sets a value of sales price.
    Syntax
    'Declaration
     
    
    Public Property SalesPrice As System.Integer
    'Usage
     
    
    Dim instance As BreakEven(Of T)
    Dim value As System.Integer
     
    instance.SalesPrice = value
     
    value = instance.SalesPrice
    public System.int SalesPrice {get; set;}
    public read-write property SalesPrice: System.Integer; 
    public function get,set SalesPrice : System.int
    public: __property System.int get_SalesPrice();
    public: __property void set_SalesPrice( 
       System.int value
    );
    public:
    property System.int SalesPrice {
       System.int get();
       void set (    System.int value);
    }
    See Also