次の方法で共有


ActivityBind.Name プロパティ

定義

Activity が表す ActivityBind の名前を取得または設定します。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Workflow.ComponentModel.Serialization.ConstructorArgument("name")]
public string Name { get; set; }
[<System.Workflow.ComponentModel.Serialization.ConstructorArgument("name")>]
member this.Name : string with get, set
Public Property Name As String

プロパティ値

Activity が表す ActivityBind の名前。

属性

例外

ActivityBind がデザイン モードでない場合にこの値を設定しようとすると発生します。

ActivityBind を作成、使用し、Name を設定する例を以下に示します。

このコード例は、ThrowActivity.cs ファイルから抜粋したスロー アクティビティの SDK サンプルの一部です。 詳細については、「 ThrowActivity アクティビティの使用」を参照してください。

適用対象