AttributeMetadata.DeprecatedVersion Property
Applies To: Dynamics CRM 2015
Gets the Microsoft Dynamics CRM version that the attribute was deprecated in.
Namespace: Microsoft.Xrm.Sdk.Metadata
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string DeprecatedVersion { get; internal set; }
public:
[DataMemberAttribute]
property String^ DeprecatedVersion {
String^ get();
internal: void set(String^ value);
}
[<DataMemberAttribute>]
member DeprecatedVersion : string with get, internal set
<DataMemberAttribute>
Public Property DeprecatedVersion As String
Get
Friend Set
End Property
Property Value
Type: System.String
Type: String
The Microsoft Dynamics CRM version that the attribute was deprecated in.
See Also
AttributeMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright