Share via


EdmFunction.NiladicFunctionAttribute Property

Definition

Gets a value indicating whether the is a niladic function (a function that accepts no arguments).

public bool NiladicFunctionAttribute { get; }
member this.NiladicFunctionAttribute : bool
Public ReadOnly Property NiladicFunctionAttribute As Boolean

Property Value

true if the function is niladic; otherwise, false.

Applies to