Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether this type descriptor contains any type descriptors.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function IsLeaf As Boolean
'Usage
Dim instance As ITypeDescriptor
Dim returnValue As Boolean
returnValue = instance.IsLeaf()
bool IsLeaf()
Return Value
Type: System.Boolean
true if the type descriptor does not contain any type descriptors; otherwise, false.