protected ILicense? License { get; set; }
Protected Property License As ILicense Get Set
protected: property ILicense^ License { ILicense^ get (); void set (ILicense^ value); }
member License : ILicense with get, set
In This Article