Compartilhar via


EntitySetInfo Constructor

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Creates an EntitySetInfo class.

Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Usage

'Usage
Dim property As PropertyInfo
Dim entity As EntityInfo

Dim instance As New EntitySetInfo(property, entity)

Syntax

'Declaration
Public Sub New ( _
    property As PropertyInfo, _
    entity As EntityInfo _
)
public EntitySetInfo (
    PropertyInfo property,
    EntityInfo entity
)
public:
EntitySetInfo (
    PropertyInfo^ property, 
    EntityInfo^ entity
)
public EntitySetInfo (
    PropertyInfo property, 
    EntityInfo entity
)
public function EntitySetInfo (
    property : PropertyInfo, 
    entity : EntityInfo
)

Parameters

  • property
    Type: . The property info.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

EntitySetInfo Class
EntitySetInfo Members
Microsoft.Xrm.Client.Metadata Namespace

Other Resources

Developer Extensions for Microsoft Dynamics CRM

Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.