Adds a subproperty with the specified name and value.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public void Add( string name, string value ) |
| Visual Basic |
|---|
Public Sub Add ( _ name As String, _ value As String _ ) |
| Visual C++ |
|---|
public: void Add( String^ name, String^ value ) |
Parameters
- name
- Type: System..::..String
The name of the new subproperty to add.
- value
- Type: System..::..String
The value of the new subproperty to add. This can be null.