DataSourceVersionComparer.Comparer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Retrieves or sets the IComparer object with which to perform a comparison.
protected:
property System::Collections::Generic::IComparer<System::String ^> ^ Comparer { System::Collections::Generic::IComparer<System::String ^> ^ get(); void set(System::Collections::Generic::IComparer<System::String ^> ^ value); };
[System.CLSCompliant(false)]
protected System.Collections.Generic.IComparer<string> Comparer { get; set; }
protected System.Collections.Generic.IComparer<string> Comparer { get; set; }
[<System.CLSCompliant(false)>]
member this.Comparer : System.Collections.Generic.IComparer<string> with get, set
member this.Comparer : System.Collections.Generic.IComparer<string> with get, set
Protected Property Comparer As IComparer(Of String)
Property Value
Returns an IComparer object instance.
- Attributes