Gets the Uri of the audio.
Read-only property
[Visual Basic .NET] |
---|
Public Property AudioUri() As String |
[C#] |
---|
public string AudioUri {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AudioUri(); |
[Unmanaged C++] |
---|
public: HRESULT get_AudioUri( BSTR * pRetVal ); |
[Java] |
---|
public String getAudioUri(); |