GetUserData
Pushes the current user data onto the stack.
<wf:Operation Name="GetUserData" />
None.
String containing the current user data.
This operation is not valid inside of a filter.
The following sample contains an update expression for the data item "UserData" using the GetUserData
operation.
<ic:Update DataItemName="UserData" Type="NVARCHAR">
<ic:Expression>
<wf:Operation Name="GetUserData" />
</ic:Expression>
</ic:Update>