AttributeMetadata.RequiredLevel Property
Applies To: Dynamics CRM 2015
Gets or sets the property that determines the data entry requirement level enforced for the attribute.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public AttributeRequiredLevelManagedProperty RequiredLevel { get; set; }
public:
[DataMemberAttribute]
property AttributeRequiredLevelManagedProperty^ RequiredLevel {
AttributeRequiredLevelManagedProperty^ get();
void set(AttributeRequiredLevelManagedProperty^ value);
}
[<DataMemberAttribute>]
member RequiredLevel : AttributeRequiredLevelManagedProperty with get, set
<DataMemberAttribute>
Public Property RequiredLevel As AttributeRequiredLevelManagedProperty
Property Value
Type: Microsoft.Xrm.Sdk.Metadata.AttributeRequiredLevelManagedProperty
Type: AttributeRequiredLevelManagedProperty
The property that determines the data entry requirement level enforced for the attribute.
Remarks
This property is required for the CreateAttributeRequest message. It can be specified for the UpdateAttributeRequest message.The following values are valid when you create an attribute.
See Also
AttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright