DbSyncColumnDescription.DefaultValueSpecified Property
Gets or sets whether a value is specified for the DefaultValue property.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
Public Property DefaultValueSpecified As Boolean
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Boolean
value = instance.DefaultValueSpecified
instance.DefaultValueSpecified = value
[XmlIgnoreAttribute]
public bool DefaultValueSpecified { get; set; }
[XmlIgnoreAttribute]
public:
property bool DefaultValueSpecified {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_DefaultValueSpecified ()
/** @property */
public void set_DefaultValueSpecified (boolean value)
public function get DefaultValueSpecified () : boolean
public function set DefaultValueSpecified (value : boolean)
Property Value
true if a value is specified for DefaultValue; 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 DefaultValue is undefined and should be ignored. In that case, the value of DefaultValue will not be serialized.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace