VCardSound
Contents
[
Hide
]VCardSound class
Represents a vCard sound property
Constructors
| Name | Description |
|---|---|
| VCardSound (2 overloads) | Initializes a new instance of the VCardSound class |
Methods
| Name | Description |
|---|---|
| get_Data | Gets a sound data ( null if valueLocation is not inline ) |
| get_SoundType | Gets a sound type |
| get_Uri | Gets a uri of sound ( null if valueLocation is inline ) |
| get_ValueLocation | Gets a value location |
| set_Data | Sets a sound data ( null if valueLocation is not inline ) |
| set_SoundType | Sets a sound type |
| set_Uri | Sets a uri of sound ( null if valueLocation is inline ) |
| set_ValueLocation | Sets a value location |
| ToVCardHeader | Converts this instance into the corresponding VCardHeader |