Click or drag to resize

FndGenericAspectsRegistered Method

Method used to query if an attribute is registered as aspect or not.

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public static bool Registered(
	string aspectAttribute
)

Parameters

aspectAttribute
Type: SystemString
Attribute to query for

Return Value

Type: Boolean
Returns true if the attribute is registered and false if not
See Also