NameValuePairsCollectionGetByName Method
Gets the name value pair having a given name
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.0.0
public NameValuePair GetByName(
string name
)
Public Function GetByName (
name As String
) As NameValuePair
- name String
- The pair name
NameValuePairThe name value pair having a given name or null if there is not any pair with the given name