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 2013
Creates an instance of the AttributeInfo class.
Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public AttributeInfo(
    PropertyInfo property,
    AttributeLogicalNameAttribute crmPropertyAttribute
)
public:
AttributeInfo(
    PropertyInfo^ property,
    AttributeLogicalNameAttribute^ crmPropertyAttribute
)
new : 
        property:PropertyInfo *
        crmPropertyAttribute:AttributeLogicalNameAttribute -> AttributeInfo
Public Sub New (
    property As PropertyInfo,
    crmPropertyAttribute As AttributeLogicalNameAttribute
)
Parameters
- property 
 Type: System.Reflection.PropertyInfo- Type: PropertyInfo. The property. 
- crmPropertyAttribute 
 Type: Microsoft.Xrm.Sdk.AttributeLogicalNameAttribute- Type: AttributeLogicalNameAttribute. The property attribute. 
See Also
AttributeInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top