BooleanManagedProperty 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
BooleanManagedProperty() |
Initializes a new instance of the BooleanManagedProperty class |
BooleanManagedProperty(Boolean) |
Initializes a new instance of the BooleanManagedProperty class |
BooleanManagedProperty()
Initializes a new instance of the BooleanManagedProperty class
public:
BooleanManagedProperty();
public BooleanManagedProperty ();
Public Sub New ()
Applies to
BooleanManagedProperty(Boolean)
Initializes a new instance of the BooleanManagedProperty class
public:
BooleanManagedProperty(bool value);
public BooleanManagedProperty (bool value);
new Microsoft.Xrm.Sdk.BooleanManagedProperty : bool -> Microsoft.Xrm.Sdk.BooleanManagedProperty
Public Sub New (value As Boolean)
Parameters
- value
- Boolean
true
if the value is true; otherwise, false
.