Class VCardSound

VCardSound class

Represents a vCard sound property

public sealed class VCardSound

Constructors

NameDescription
VCardSound()Initializes a new instance of the VCardSound class

Properties

NameDescription
Data { get; set; }Gets or sets a sound data (null if valueLocation is not inline)
SoundType { get; set; }Gets or sets a sound type
Uri { get; set; }Gets or sets a uri of sound (null if valueLocation is inline)
ValueLocation { get; set; }Gets or sets a value location

See Also