RegistrationContext.FindProperty(String) Метод
Определение
Возвращает свойство выполнения рабочего процесса с указанным именем.Returns a workflow execution property with the specified name.
public:
System::Object ^ FindProperty(System::String ^ name);
public object FindProperty (string name);
member this.FindProperty : string -> obj
Public Function FindProperty (name As String) As Object
Параметры
- name
- String
Имя свойства выполнения рабочего процесса.The name of the workflow execution property.
Возвраты
Свойство выполнения рабочего процесса.The workflow execution property.