Share via


DbSyncColumnDescription.PrecisionSpecified Property

Gets or sets whether a value is specified for the Precision property.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property PrecisionSpecified As Boolean
    Get
    Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean

value = instance.PrecisionSpecified

instance.PrecisionSpecified = value
public bool PrecisionSpecified { get; set; }
public:
property bool PrecisionSpecified {
    bool get ();
    void set (bool value);
}
member PrecisionSpecified : bool with get, set
function get PrecisionSpecified () : boolean
function set PrecisionSpecified (value : boolean)

Property Value

Type: System.Boolean
true if a value is specified for Precision; otherwise false.

Remarks

This property is used when Sync Framework serializes column information to XML. If the value of this property is false, the value of Precision is undefined and should be ignored. In that case, the value of Precision will not be serialized.

See Also

Reference

DbSyncColumnDescription Class

Microsoft.Synchronization.Data Namespace