-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSAsigraDSClient.Format.ps1xml
33 lines (33 loc) · 1.07 KB
/
PSAsigraDSClient.Format.ps1xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<ViewDefinitions>
<View>
<Name>RunningActivityInfoTableView</Name>
<ViewSelectedBy>
<TypeName>PSAsigraDSClient.GetDSClientRunningActivity+RunningActivityInfo</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
<TableColumnHeader></TableColumnHeader>
<TableColumnHeader></TableColumnHeader>
<TableColumnHeader></TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>ActivityID</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Description</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>StatusMsg</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>