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 name of the parameter that is used to represent this column in synchronization queries.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
<XmlAttributeAttribute("param")> _
Public Property ParameterName As String
'Usage
Dim instance As DbSyncColumnDescription
Dim value As String
value = instance.ParameterName
instance.ParameterName = value
[XmlAttributeAttribute("param")]
public string ParameterName { get; set; }
[XmlAttributeAttribute(L"param")]
public:
property String^ ParameterName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ParameterName ()
/** @property */
public void set_ParameterName (String value)
public function get ParameterName () : String
public function set ParameterName (value : String)
Property Value
The name of the parameter that is used to represent this column in synchronization queries.
See Also
Reference
DbSyncColumnDescription Class
DbSyncColumnDescription Members
Microsoft.Synchronization.Data Namespace