This document is archived and information here might be outdated. Recommended version. |
Token identifying the network analysis layer on the server to use.
[Visual Basic .NET]
Public Property LayerToken As String
[C#]
public string LayerToken {get; set;}
[C++]
HRESULT get_LayerToken(
BSTR LayerToken
);
[C++]
HRESULT put_LayerToken(
System.String* LayerToken
);
[C++] Parameters LayerToken [in]
LayerToken is a parameter of type BSTR LayerToken [out, retval]
LayerToken is a parameter of type BSTR*