This document is archived and information here might be outdated. Recommended version. |
Name of the userdata that determines the flow direction for each link.
[Visual Basic .NET] Public Property FlowUserDataName As String
[C#] public string FlowUserDataName {get; set;}
[C++]
HRESULT get_FlowUserDataName(
BSTR FlowUserDataName
);
[C++]
HRESULT put_FlowUserDataName(
System.String* FlowUserDataName
);
[C++]
Parameters FlowUserDataName [in]
FlowUserDataName is a parameter of type BSTR FlowUserDataName [out, retval]
FlowUserDataName is a parameter of type BSTR*