Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default value for the column when new rows are created.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<XmlAttributeAttribute("default")> _
Public Property DefaultValue As String
'Usage
Dim instance As DbSyncColumnDescription
Dim value As String
value = instance.DefaultValue
instance.DefaultValue = value
[XmlAttributeAttribute("default")]
public string DefaultValue { get; set; }
[XmlAttributeAttribute(L"default")]
public:
property String^ DefaultValue {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_DefaultValue ()
/** @property */
public void set_DefaultValue (String value)
public function get DefaultValue () : String
public function set DefaultValue (value : String)
Property Value
The default value for the column if it is set; otherwise, an empty string.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace