BuildMaster SDK Reference
Version:

GetAutoCompleteValues Property

Gets or sets a handler that will get the auto-complete values via Ajax.

Syntax

public System.Func<string, System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>>> GetAutoCompleteValues { get; set; }