AttributeRequiredLevelManagedProperty Class

Definition

Represents the data to define a RequiredLevel property for an attribute.

For the Web API the corresponding type is AttributeRequiredLevelManagedProperty ComplexType.

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

Constructors

AttributeRequiredLevelManagedProperty(AttributeRequiredLevel)

Initializes a new instance of the AttributeRequiredLevelManagedProperty 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

See also