Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets or sets the name of the column.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property ColumnName As String
Get
Set
'Usage
Dim instance As SyncSchemaColumn
Dim value As String
value = instance.ColumnName
instance.ColumnName = value
public string ColumnName { get; set; }
public:
property String^ ColumnName {
String^ get ();
void set (String^ value);
}
member ColumnName : string with get, set
function get ColumnName () : String
function set ColumnName (value : String)
Property Value
Type: System.String
The name of the column.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |