Поделиться через


Свойство ContainsDynamicValueProperty.PropertyName

 

Получает или задает имя свойства для поиска.

Пространство имен:   Microsoft.Activities
Сборка:  Microsoft.Activities (в Microsoft.Activities.dll)

Синтаксис

[RequiredArgumentAttribute]
public InArgument<string> PropertyName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[RequiredArgumentAttribute]
property InArgument<String^>^ PropertyName {
    [CompilerGeneratedAttribute]
    InArgument<String^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<String^>^ value);
}
[<RequiredArgumentAttribute>]
member PropertyName : InArgument<string> with get, set
<RequiredArgumentAttribute>
Public Property PropertyName As InArgument(Of String)

Значение свойства

Type: System.Activities.InArgument<String>

Возвращает целевое имя свойства.

См. также

ContainsDynamicValueProperty - класс
Microsoft.Activities - пространство имен

Вернуться в начало