ArgumentEntityAttribute Constructors
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.
Initializes an instance of the ArgumentEntityAttribute class.
Overloads
ArgumentEntityAttribute() |
Initializes an instance of the ArgumentEntityAttribute class. |
ArgumentEntityAttribute(String) |
Initializes an instance of the ArgumentEntityAttribute class with the provided serialized entity record value. |
ArgumentEntityAttribute()
Initializes an instance of the ArgumentEntityAttribute class.
public:
ArgumentEntityAttribute();
public ArgumentEntityAttribute ();
Public Sub New ()
Applies to
ArgumentEntityAttribute(String)
Initializes an instance of the ArgumentEntityAttribute class with the provided serialized entity record value.
public:
ArgumentEntityAttribute(System::String ^ value);
public ArgumentEntityAttribute (string value);
new Microsoft.Xrm.Sdk.Workflow.ArgumentEntityAttribute : string -> Microsoft.Xrm.Sdk.Workflow.ArgumentEntityAttribute
Public Sub New (value As String)
Parameters
- value
- String
The serialized entity record.