Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Creates an EntitySetInfo class.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public EntitySetInfo(
PropertyInfo property,
EntityInfo entity
)
public:
EntitySetInfo(
PropertyInfo^ property,
EntityInfo^ entity
)
new :
property:PropertyInfo *
entity:EntityInfo -> EntitySetInfo
Public Sub New (
property As PropertyInfo,
entity As EntityInfo
)
Parameters
property
Type: System.Reflection.PropertyInfoType: PropertyInfo. The property info.
entity
Type: Microsoft.Xrm.Client.Metadata.EntityInfoType: EntityInfo. The entity info.
See Also
EntitySetInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright