EntitySetInfo.Property Property
Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online
Gets the PropertyInfo reflection object for the entity set property.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Usage
'Usage
Dim instance As EntitySetInfo
Dim value As PropertyInfo
value = instance.Property
Syntax
'Declaration
Public Property Property As PropertyInfo
public PropertyInfo Property { get; }
public:
property PropertyInfo^ Property {
PropertyInfo^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public PropertyInfo get_Property ()
CompilerGeneratedAttribute
public function get Property () : PropertyInfo
Property Value
Type:
The property info.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)
Target Platforms
Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),
See Also
Reference
EntitySetInfo Class
EntitySetInfo Members
Microsoft.Xrm.Client.Metadata Namespace
Other Resources
Developer Extensions for Microsoft Dynamics CRM
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.