Function.Description

Function.Description property

Gets or sets a description of what the function does, used by the model to choose when and how to call the function.

public string Description { get; set; }

See Also