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 a RelationshipInfo class.
Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public RelationshipInfo(
    PropertyInfo property,
    RelationshipSchemaNameAttribute crmAssociationAttribute
)
public:
RelationshipInfo(
    PropertyInfo^ property,
    RelationshipSchemaNameAttribute^ crmAssociationAttribute
)
new : 
        property:PropertyInfo *
        crmAssociationAttribute:RelationshipSchemaNameAttribute -> RelationshipInfo
Public Sub New (
    property As PropertyInfo,
    crmAssociationAttribute As RelationshipSchemaNameAttribute
)
Parameters
- property 
 Type: System.Reflection.PropertyInfo- Type: PropertyInfo. The property info. 
- crmAssociationAttribute 
 Type: Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute- Type: RelationshipSchemaNameAttribute. The schema name. 
See Also
RelationshipInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top