EntityAttribute Constructor (String)
Applies To: Dynamics CRM 2013
Creates an instance of the EntityAttribute class.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public EntityAttribute(
string entitySetName
)
public:
EntityAttribute(
String^ entitySetName
)
new :
entitySetName:string -> EntityAttribute
Public Sub New (
entitySetName As String
)
Parameters
- entitySetName
Type: System.String
See Also
EntityAttribute Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top