public int ExpiryDays { get; set; }
Public Property ExpiryDays As Integer Get Set
public: property int^ ExpiryDays { int^ get (); void set (int^ value); }