ManagedProperty<T> Constructors

Definition

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.

Applies to