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