CalculatedDataAttributeIsComplexType Property  | 
 
            Gets a value indicating whether this instance is a complex type.
            
 
    Namespace: 
   Aloe.SystemFrameworks.Domain
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IsComplexType { get; }Public ReadOnly Property IsComplexType As Boolean
	Get
public:
property bool IsComplexType {
	bool get ();
}member IsComplexType : bool with get
Property Value
Type: 
Booleantrue if this instance is complex type; otherwise, 
false.
            
See Also