Compartilhar via


SyncDataColumnCollection.Item Property

Gets or sets a column name in the collection at the specified index.

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

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As String
public string this [
    int index
] { get; set; }
public:
property String^ default [int] {
    String^ get (int index);
    void set (int index, String^ value);
}
/** @property */
public String get_Item (int index)

/** @property */
public void set_Item (int index, String value)

Parameters

Property Value

The name of the column at the specified index in the collection; otherwise a null value if the column does not exist.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncDataColumnCollection Class
SyncDataColumnCollection Members
Microsoft.Synchronization.Data.Server Namespace