GetDynamicValueProperty<T>.PropertyName プロパティ

 

取得するプロパティの名前とパスを取得または設定します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

構文

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

プロパティ値

Type: System.Activities.InArgument<String>

プロパティ名を返します。

参照

GetDynamicValueProperty<T> クラス
Microsoft.Activities 名前空間

トップに戻る