  | StudentCustomAR Property  | 
 
            Gets or sets the AR custom fields.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic List<CustomField> AR { get; set; }Public Property AR As List(Of CustomField)
	Get
	Set
public:
property List<CustomField^>^ AR {
	List<CustomField^>^ get ();
	void set (List<CustomField^>^ value);
}function get AR () : List<CustomField>
function set AR (value : List<CustomField>)
function get_AR();
function set_AR(value);
Property Value
Type: 
ListCustomFieldThe AR custom fields.
See Also