Aracılığıyla paylaş


ReferenceTargetAttribute(String) Constructor

Definition

Initializes a new instance of the ReferenceTargetAttribute class. A required attribute of a parameter if the parameter is of type EntityReference.

public:
 ReferenceTargetAttribute(System::String ^ entityName);
public ReferenceTargetAttribute (string entityName);
new Microsoft.Xrm.Sdk.Workflow.ReferenceTargetAttribute : string -> Microsoft.Xrm.Sdk.Workflow.ReferenceTargetAttribute
Public Sub New (entityName As String)

Parameters

entityName
String

The name of the target entity

Applies to