ArgumentEntityAttribute Constructor (String)
Applies To: Dynamics CRM 2015
Initializes an instance of the ArgumentEntityAttribute class with the provided serialized entity record value.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public ArgumentEntityAttribute(
string value
)
public:
ArgumentEntityAttribute(
String^ value
)
new :
value:string -> ArgumentEntityAttribute
Public Sub New (
value As String
)
Parameters
value
Type: System.StringType: String. The serialized entity record.
See Also
ArgumentEntityAttribute Overload
ArgumentEntityAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright