OptionsPropertyDescriptor.isAsyncOptions Property
        
 Gets or sets a value indicating whether the options need to be populated via an async call.
 If this is set to true, the options property must be populated with a jQuery.Promise object, and if 
 isNullable is also true, a defaultValue should be populated.
 
         
        Property Value
        
Type: Boolean