DataSourceVersionComparer.Comparer Property

Definition

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

Applies to