ExternalDataEventArgs.Identity Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the identity of the user that raised the event.
public:
property System::String ^ Identity { System::String ^ get(); void set(System::String ^ value); };
public string Identity { get; set; }
member this.Identity : string with get, set
Public Property Identity As String
The identity of the user that is raising the event.
This property is evaluated by the HandleExternalEventActivity activity. If the value that is set in the Roles property of this activity does not match any of the roles associated with the user identity, the activity is not allowed to execute.
The entity that raises the event can be a person or a computer.
Identity is used by the Roles functionality to ensure that this identity is allowed to submit data to this workflow.
製品 | バージョン |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。