OrganizationDetail.OrganizationVersion Property
Applies To: Dynamics CRM 2015
Gets or sets the version of the organization.
Namespace: Microsoft.Xrm.Sdk.Discovery
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public string OrganizationVersion { get; set; }
public:
[DataMemberAttribute]
property String^ OrganizationVersion {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member OrganizationVersion : string with get, set
<DataMemberAttribute>
Public Property OrganizationVersion As String
Property Value
Type: System.String
Type: String
The version of the organization.
See Also
OrganizationDetail Class
Microsoft.Xrm.Sdk.Discovery Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright