MemoAttributeMetadata Members

Applies To: Microsoft Dynamics CRM 2013, Microsoft Dynamics CRM Online

Contains the metadata for the attribute type Memo.

The following tables list the members exposed by the MemoAttributeMetadata type.

Public Constructors

  Name Description
  MemoAttributeMetadata Overloaded. Initializes a new instance of the MemoAttributeMetadata class

Top

Public Fields

  Name Description
public field static MaxSupportedLength The maximum supported length is 1048576.
public field static MinSupportedLength The minimum supported length is 1.

Top

Public Properties

  Name Description
public property AttributeOf  Gets the name of that attribute that this attribute extends. (inherited from AttributeMetadata)
public property AttributeType  Gets the type for the attribute. (inherited from AttributeMetadata)
public property AttributeTypeName  Gets the name of the type for the attribute. (inherited from AttributeMetadata)
public property CanBeSecuredForCreate  Gets whether field security can be applied to prevent a user from adding data to this attribute. (inherited from AttributeMetadata)
public property CanBeSecuredForRead  Gets whether field level security can be applied to prevent a user from viewing data from this attribute. (inherited from AttributeMetadata)
public property CanBeSecuredForUpdate  Gets whether field level security can be applied to prevent a user from updating data for this attribute. (inherited from AttributeMetadata)
public property CanModifyAdditionalSettings  Gets or sets the property that determines whether any settings not controlled by managed properties can be changed. (inherited from AttributeMetadata)
public property ColumnNumber  Gets an organization specific id for the attribute used for auditing. (inherited from AttributeMetadata)
public property DeprecatedVersion  Gets the Microsoft Dynamics CRM version that the attribute was deprecated in. (inherited from AttributeMetadata)
public property Description  Gets or sets the description of the attribute. (inherited from AttributeMetadata)
public property DisplayName  Gets or sets the display name for the attribute. (inherited from AttributeMetadata)
public property EntityLogicalName  Gets the logical name of the entity that contains the attribute. (inherited from AttributeMetadata)
public property ExtensionData  Gets or sets the structure that contains extra data. (inherited from MetadataBase)
public property Format Gets or sets the format options for the memo attribute.
public property HasChanged  Gets whether the item of metadata has changed. (inherited from MetadataBase)
public property ImeMode Gets or sets the value for the input method editor mode.
public property IntroducedVersion  Gets a string identifying the solution version that the solution component was added in. (inherited from AttributeMetadata)
public property IsAuditEnabled  Gets or sets the property that determines whether the attribute is enabled for auditing. (inherited from AttributeMetadata)
public property IsCustomAttribute  Gets whether the attribute is a custom attribute. (inherited from AttributeMetadata)
public property IsCustomizable  Gets or sets the property that determines whether the attribute allows customization. (inherited from AttributeMetadata)
public property IsManaged  Gets whether the attribute is part of a managed solution. (inherited from AttributeMetadata)
public property IsPrimaryId  Gets whether the attribute represents the unique identifier for the record. (inherited from AttributeMetadata)
public property IsPrimaryName  Gets or sets whether the attribute represents the primary attribute for the entity. (inherited from AttributeMetadata)
public property IsRenameable  Gets or sets the property that determines whether the attribute display name can be changed. (inherited from AttributeMetadata)
public property IsSecured  Gets or sets whether the attribute is secured for field level security. (inherited from AttributeMetadata)
public property IsValidForAdvancedFind  Gets or sets the property that determines whether the attribute appears in Advanced Find. (inherited from AttributeMetadata)
public property IsValidForCreate  Gets whether the value can be set when a record is created. (inherited from AttributeMetadata)
public property IsValidForRead  Gets whether the value can be retrieved. (inherited from AttributeMetadata)
public property IsValidForUpdate  Gets whether the value can be updated. (inherited from AttributeMetadata)
public property LinkedAttributeId  Gets or sets an attribute that is linked between Appointments and Recurring appointments. (inherited from AttributeMetadata)
public property LogicalName  Gets or sets the logical name for the attribute. (inherited from AttributeMetadata)
public property MaxLength Gets or sets the maximum length for the attribute.
public property MetadataId  Gets or sets a unique identifier for the metadata item. (inherited from MetadataBase)
public property RequiredLevel  Gets or sets the property that determines the data entry requirement level enforced for the attribute. (inherited from AttributeMetadata)
public property SchemaName  Gets or sets the schema name for the attribute. (inherited from AttributeMetadata)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Equals  (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

MemoAttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Other Resources

Customize Entity Attribute Metadata

Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.