AttributeMetadata.IntroducedVersion Property

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

Gets a string identifying the solution version that the solution component was added in.

Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

'Declaration
<DataMemberAttribute(Order:=60)> _
Public Property IntroducedVersion As String
[DataMemberAttribute(Order=60)] 
public string IntroducedVersion { get; }

Property Value

Type: String
The solution version number when the attribute was created.

Remarks

This identifies the major and minor versions of the solution that added this metadata item. For metadata that existed in Microsoft Dynamics CRM 2011 the value will be 5.0.0.0 and for metadata added with Microsoft Dynamics CRM 2013 the value will be 6.0.0.0. If new metadata is added in updates or future releases the version number will be incremented to the corresponding version. For metadata added by custom solutions the version of the solution that the item was created it is used.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2012, Windows 7 (All Versions), Windows 8 (All Versions)

Target Platforms

Windows Server 2008, ,Windows Server 2012, ,Windows 7 (All Versions),

See Also

Reference

AttributeMetadata Class
AttributeMetadata Members
Microsoft.Xrm.Sdk.Metadata Namespace

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