'Declaration
<ExtensionAttribute()> <PureAttribute()> Public Shared Function ReferenceIsInverse( _ ByVal elementType As UABrowsePathElementType _ ) As Boolean
'Usage
Dim elementType As UABrowsePathElementType Dim value As Boolean value = UABrowsePathElementTypeExtension.ReferenceIsInverse(elementType)
[Extension()] [Pure()] public static bool ReferenceIsInverse( UABrowsePathElementType elementType )
[Extension()] [Pure()] public: static bool ReferenceIsInverse( UABrowsePathElementType elementType )
Parameters
- elementType
- The browse path element type to be tested.
Return Value
true
if the given element type denotes an inverse reference; otherwise, returns false
.