This document is archived and information here might be outdated. Recommended version. |
Name of the network attribute parameter.
[Visual Basic .NET] Public Property ParameterName As String
[C#] public string ParameterName {get; set;}
[C++]
HRESULT get_ParameterName(
BSTR ParameterName
);
[C++]
HRESULT put_ParameterName(
System.String* ParameterName
);
[C++]
Parameters ParameterName [in]
ParameterName is a parameter of type BSTR ParameterName [out, retval]
ParameterName is a parameter of type BSTR*