ManagedProperty<T> Constructor (String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the ManagedProperty<T> class
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
protected ManagedProperty(
string managedPropertyLogicalName
)
protected:
ManagedProperty(
String^ managedPropertyLogicalName
)
new :
managedPropertyLogicalName:string -> ManagedProperty
Protected Sub New (
managedPropertyLogicalName As String
)
Parameters
managedPropertyLogicalName
Type: System.StringType: String. The logical name for the managed property.
See Also
ManagedProperty<T> Overload
ManagedProperty<T> Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright