This document is archived and information here might be outdated. Recommended version. |
The route identifier field name.
[Visual Basic .NET]
Public Property EventRouteIDFieldName As String
[C#]
public string EventRouteIDFieldName {get; set;}
[C++]
HRESULT get_EventRouteIDFieldName(
BSTR FieldName
);
[C++]
HRESULT put_EventRouteIDFieldName(
System.String* FieldName
);
[C++] Parameters FieldName [in]
FieldName is a parameter of type BSTR FieldName [out, retval]
FieldName is a parameter of type BSTR*