VoiceInfo.Age Property

Definition

Gets the age of the voice.

public:
 property System::Speech::Synthesis::VoiceAge Age { System::Speech::Synthesis::VoiceAge get(); };
public System.Speech.Synthesis.VoiceAge Age { get; }
member this.Age : System.Speech.Synthesis.VoiceAge
Public ReadOnly Property Age As VoiceAge

Property Value

Returns the age of the voice.

Remarks

The Age property gets a member of the VoiceAge enumeration that indicates the age of the voice.

Applies to

See also