DefaultAttribute Constructor (String, String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the DefaultAttribute class setting the value and entity name properties.
Namespace: Microsoft.Xrm.Sdk.Workflow
Assembly: Microsoft.Xrm.Sdk.Workflow (in Microsoft.Xrm.Sdk.Workflow.dll)
Syntax
public DefaultAttribute(
string value,
string entityName
)
public:
DefaultAttribute(
String^ value,
String^ entityName
)
new :
value:string *
entityName:string -> DefaultAttribute
Public Sub New (
value As String,
entityName As String
)
Parameters
value
Type: System.StringType: String. Specifies a String containing the attribute value.
entityName
Type: System.StringType: String. Specifies a String containing the name of the entity.
See Also
DefaultAttribute Overload
DefaultAttribute Class
Microsoft.Xrm.Sdk.Workflow Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright