Factor Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property Factor As Single
Get
Private Set
'Usage
Dim instance As SchemaCompareColumnData
Dim value As Single
value = instance.Factor
public float Factor { get; private set; }
public:
property float Factor {
float get ();
private: void set (float value);
}
member Factor : float32 with get, private set
function get Factor () : float
private function set Factor (value : float)
Property Value
Type: System..::..Single
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI Namespace