Share via


DbSyncColumnDescription.SizeSpecified Property

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

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
<XmlIgnoreAttribute> _
Public Property SizeSpecified As Boolean
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean

value = instance.SizeSpecified

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

/** @property */
public void set_SizeSpecified (boolean value)
public function get SizeSpecified () : boolean

public function set SizeSpecified (value : boolean)

Property Value

true if a value is specified for Size; 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 Size is undefined and should be ignored. In that case, the value of Size will not be serialized.

See Also

Reference

DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace