DataMemberIsInterface Property |
true if field is if type interface
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool IsInterface { get; }
Public ReadOnly Property IsInterface As Boolean
Get
public:
property bool IsInterface {
bool get ();
}
member IsInterface : bool with get
Property Value
Type:
BooleanSee Also