ManagedProperty<T> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ManagedProperty<T>() |
Initializes a new instance of the ManagedProperty<T> class |
ManagedProperty<T>(String) |
Initializes a new instance of the ManagedProperty<T> class |
ManagedProperty<T>()
Initializes a new instance of the ManagedProperty<T> class
protected:
ManagedProperty();
protected ManagedProperty ();
Protected Sub New ()
Applies to
ManagedProperty<T>(String)
Initializes a new instance of the ManagedProperty<T> class
protected:
ManagedProperty(System::String ^ managedPropertyLogicalName);
protected ManagedProperty (string managedPropertyLogicalName);
new Microsoft.Xrm.Sdk.ManagedProperty<'T> : string -> Microsoft.Xrm.Sdk.ManagedProperty<'T>
Protected Sub New (managedPropertyLogicalName As String)
Parameters
- managedPropertyLogicalName
- String
The logical name for the managed property.