AttributeInfo.Property Property
Applies To: Dynamics CRM 2013
Gets the PropertyInfo reflection object for the attribute 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:
The reflection object.
See Also
AttributeInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top