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