Moonware.Common
Url Property



Gets or sets a URL of the live sound.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property Url As String
'Usage
 
Dim instance As TemplateAudioPreset
Dim value As String
 
instance.Url = value
 
value = instance.Url
[DataMemberAttribute()]
public string Url {get; set;}
[DataMemberAttribute()]
public:
property String^ Url {
   String^ get();
   void set (    String^ value);
}

Property Value

Relative URL.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TemplateAudioPreset Class
TemplateAudioPreset Members

Send Feedback