We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54fbf12 commit fa28d12Copy full SHA for fa28d12
Applications/Pages/UABrowser.razor
@@ -17,6 +17,7 @@
17
Node Id: <b>@NodeId</b><br />
18
Node Display Name: <b>@NodeDisplayName</b><br />
19
Node Data Type: <b>@NodeType</b><br />
20
+ Mapped to Web of Things TD Properties:
21
</div>
22
23
<div class="text-danger">
@@ -125,7 +126,6 @@
125
126
BrowseDirection = BrowseDirection.Forward,
127
ReferenceTypeId = null,
128
IncludeSubtypes = true,
- NodeClassMask = (uint)(NodeClass.Object | NodeClass.Variable),
129
ResultMask = (uint)BrowseResultMask.All
130
};
131
0 commit comments