Skip to main content
A newer version of this page is available. .

IsInstanceOfTypeFunction.Name Property

Specifies name of the IsInstanceOfTypeFunction custom function operator.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public string Name { get; }

Property Value

Type Description
String

A String used to identify a custom function.

Remarks

This property returns “IsInstanceOfType”.

See Also