| CustomFieldValue Property |  | 
                Gets or sets Value of the custom field
            
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic string Value { get; set; }function get_Value();
function set_Value(value);
Property Value
String Remarks
Remarks
                This value represents Value of the custom field.
                
Note: For 'Date' custom field type, value expected in mm/dd/yyyy format
 Example
Example100
 See Also
See Also