ReferenceTargetAttribute Constructor (String)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the ReferenceTargetAttribute class.

Namespace:   Microsoft.Xrm.Sdk.Workflow
Assembly:  Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)

Syntax

public ReferenceTargetAttribute(
    string entityName
)
public:
ReferenceTargetAttribute(
    String^ entityName
)
new : 
        entityName:string -> ReferenceTargetAttribute
Public Sub New (
    entityName As String
)

Parameters

  • entityName
    Type: System.String

    Type: String. Specifies a String containing the name of the entity.

See Also

ReferenceTargetAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright