Either adds or updates a subproperty with the specified name.
Namespace: vCardsAssembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void AddOrUpdate( string name, string value ) |
Visual Basic |
---|
Public Sub AddOrUpdate ( _ name As String, _ value As String _ ) |
Visual C++ |
---|
public: void AddOrUpdate( String^ name, String^ value ) |
Parameters
- name
- Type: System..::..String
The name of the subproperty to add or update.
- value
- Type: System..::..String
The value of the subproperty to add or update.