public int ConditionCode { get; set; }
Public Property ConditionCode As Integer Get Set
public: property int ConditionCode { int get (); void set (int value); }
member ConditionCode : int with get, set
In This Article