Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

CommandLineParameterCollection.GetByName - метод Смотри также  Terrasoft.Common - пространство имен > CommandLineParameterCollection - класс : GetByName - метод C#

name
The name of the parameter.

Glossary Item Box

Gets the parameter with the specified name from the collection.

Синтаксис

public CommandLineParameter GetByName( 
   string name 
)

Параметры

name
The name of the parameter.

Тип возвращаемого значения

The instance of the CommandLineParameter class that represents the found parameter.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the name parameter passed in is empty or null.
ItemNotFoundExceptionIf the parameter with the name name was not found in the collection.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?