Class sound
Specifies a digital sound content information that annotates some aspect of the vCard.This property is often used to specify the proper pronunciation of the name property value of the vCard. See Section 6.7.5 of RFC 6350.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class sound
Constructors
| Edit this page View Sourcesound()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public sound()
sound(XmlNode)
Constructor used when programmatically parsing a XML document.
Declaration
public sound(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View Sourceparameters
Sound parameters
Declaration
public soundParameters parameters
Field Value
Type | Description |
---|---|
soundParameters |
uri
URI that points to the sound
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |