BooleanManagedProperty Class

Definition

Defines a managed property that stores a Boolean value.

For the Web API the corresponding type is BooleanManagedProperty ComplexType.

public ref class BooleanManagedProperty sealed : Microsoft::Xrm::Sdk::ManagedProperty<bool>
[System.Runtime.Serialization.DataContract(Name="BooleanManagedProperty", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")]
public sealed class BooleanManagedProperty : Microsoft.Xrm.Sdk.ManagedProperty<bool>
[<System.Runtime.Serialization.DataContract(Name="BooleanManagedProperty", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts")>]
type BooleanManagedProperty = class
    inherit ManagedProperty<bool>
Public NotInheritable Class BooleanManagedProperty
Inherits ManagedProperty(Of Boolean)
Inheritance
BooleanManagedProperty
Attributes

Constructors

BooleanManagedProperty()

Initializes a new instance of the BooleanManagedProperty class

BooleanManagedProperty(Boolean)

Initializes a new instance of the BooleanManagedProperty class

Properties

CanBeChanged

Gets or sets whether the managed property value can be changed.

(Inherited from ManagedProperty<T>)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from ManagedProperty<T>)
ManagedPropertyLogicalName

Gets the logical name for the managed property.

(Inherited from ManagedProperty<T>)
Value

Gets or sets the value of the managed property.

(Inherited from ManagedProperty<T>)

Applies to