Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether a SyncParameter object with the specified name is in the collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Function Contains ( _
parameterName As String _
) As Boolean
public bool Contains (
string parameterName
)
public:
bool Contains (
String^ parameterName
)
public boolean Contains (
String parameterName
)
public function Contains (
parameterName : String
) : boolean
Parameters
- parameterName
The name of the parameter. Specify the name to determine if the SyncParameter object is in the SyncParameterCollection.
Return Value
Returns true if the SyncParameter object exists; otherwise, false.
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
SyncParameterCollection Class
SyncParameterCollection Members
Microsoft.Synchronization.Data Namespace