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
<XmlIgnoreAttribute> _
Public Property PrecisionSpecified As Boolean
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean

value = instance.PrecisionSpecified

instance.PrecisionSpecified = value
[XmlIgnoreAttribute] 
public bool PrecisionSpecified { get; set; }
[XmlIgnoreAttribute] 
public:
property bool PrecisionSpecified {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_PrecisionSpecified ()

/** @property */
public void set_PrecisionSpecified (boolean value)
public function get PrecisionSpecified () : boolean

public function set PrecisionSpecified (value : boolean)

Property Value

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
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace