Partager via


GetPrimaryEntity Class

Definition

Activity to get a reference to the primary entity.

public ref class GetPrimaryEntity sealed : System::Activities::CodeActivity
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")]
public sealed class GetPrimaryEntity : System.Activities.CodeActivity
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Security", "CA2117:AptcaTypesShouldOnlyExtendAptcaBaseTypes", Justification="Workflow foundation classes are not marked as aptca(Without PU3).")>]
type GetPrimaryEntity = class
    inherit CodeActivity
Public NotInheritable Class GetPrimaryEntity
Inherits CodeActivity
Inheritance
GetPrimaryEntity
Attributes

Constructors

GetPrimaryEntity()

Initializes a new instance of the GetPrimaryEntity class.

Properties

PrimaryEntityReference

Gets the entity reference for the primary entity.

Applies to