  | CustomFieldValue Property  | 
 
            Gets or sets the custom field value.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string Value { get; set; }Public Property Value As String
	Get
	Set
public:
property String^ Value {
	String^ get ();
	void set (String^ value);
}function get Value () : String
function set Value (value : String)
function get_Value();
function set_Value(value);
Property Value
Type: 
StringThe custom field value.
See Also