Determines if the collection contains a subproperty
with the specified name.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public bool Contains( string name ) |
| Visual Basic |
|---|
Public Function Contains ( _ name As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool Contains( String^ name ) |
Parameters
- name
- Type: System..::..String
The name of the subproperty.