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