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
Gets the annotation for the relationship property.
Namespace:   Microsoft.Xrm.Client.Metadata
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public RelationshipSchemaNameAttribute CrmAssociationAttribute { get; private set; }
public:
property RelationshipSchemaNameAttribute^ CrmAssociationAttribute {
    RelationshipSchemaNameAttribute^ get();
    private: void set(RelationshipSchemaNameAttribute^ value);
}
member CrmAssociationAttribute : RelationshipSchemaNameAttribute with get, private set
Public Property CrmAssociationAttribute As RelationshipSchemaNameAttribute
    Get
    Private Set
End Property
Property Value
Type: Microsoft.Xrm.Sdk.RelationshipSchemaNameAttribute
Type: RelationshipSchemaNameAttribute
The annotation for the relationship property.
See Also
RelationshipInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top