Specifies if the HIPCode should use a random length between 3 and the valued specified in CodeLength property.
Public Property RandomCodeLength As Boolean
public bool RandomCodeLength { get; set; }
public: __property bool get_RandomCodeLength(); public: __property void set_RandomCodeLength(bool );
public function get RandomCodeLength() : bool public function set RandomCodeLength(bool);