GetPrimaryEntity Class
Definition
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.
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 |
Properties
PrimaryEntityReference |
Gets the entity reference for the primary entity. |