AttributeMetadata Class
Contains all the metadata for an entity attribute. Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk)
[KnownTypeAttribute(typeof(EntityNameAttributeMetadata))] [KnownTypeAttribute(typeof(DateTimeAttributeMetadata))] [KnownTypeAttribute(typeof(DecimalAttributeMetadata))] [KnownTypeAttribute(typeof(DoubleAttributeMetadata))] [DataContractAttribute(Name="AttributeMetadata", Namespace="http://schemas.microsoft.com/xrm/2011/Metadata")] [KnownTypeAttribute(typeof(IntegerAttributeMetadata))] [KnownTypeAttribute(typeof(BigIntAttributeMetadata))] [KnownTypeAttribute(typeof(LookupAttributeMetadata))] [KnownTypeAttribute(typeof(MemoAttributeMetadata))] [KnownTypeAttribute(typeof(MoneyAttributeMetadata))] [KnownTypeAttribute(typeof(PicklistAttributeMetadata))] [KnownTypeAttribute(typeof(StateAttributeMetadata))] [KnownTypeAttribute(typeof(StatusAttributeMetadata))] [KnownTypeAttribute(typeof(StringAttributeMetadata))] [KnownTypeAttribute(typeof(BooleanAttributeMetadata))] [KnownTypeAttribute(typeof(ManagedPropertyAttributeMetadata))] public class AttributeMetadata : MetadataBase
This class is returned in the RetrieveAttributeResponse.
System.Object
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Derived Classes
Microsoft.Xrm.Sdk.Metadata.MetadataBase
Microsoft.Xrm.Sdk.Metadata.AttributeMetadata
Derived Classes
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008Target Platforms
Windows Server 2008, Windows 7 (All Versions), Windows Vista (All Versions)Reference
AttributeMetadata MembersMicrosoft.Xrm.Sdk.Metadata Namespace
Other Resources
Customize Entity Attribute MetadataSend comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.