Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Usage
Dim instance As SyncParameterCollection
Dim parameterName As String
Dim returnValue As Boolean
returnValue = instance.Contains(parameterName)
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.
See Also
Reference
SyncParameterCollection Class
SyncParameterCollection Members
Microsoft.Synchronization.Data Namespace