public int PriorityValue { get; set; }
Public Property PriorityValue As Integer
Get
Set
public:
property int PriorityValue {
int get ();
void set (int value);
}
member PriorityValue : int with get, set
ArgumentOutOfRangeException | An exception is thrown if the value is not between 0 and 9. |