AttributeMetadata.IntroducedVersion Property

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, 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

[DataMemberAttribute(Order = 60)]
public string IntroducedVersion { get; internal set; }
<DataMemberAttribute(Order := 60)>
Public Property IntroducedVersion As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

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.

See Also

AttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright