| SetMusicOnCommandMusicOnHoldClass Property |
Get/Set the music on hold class to play music from.
Namespace: AsterNET.FastAGI.CommandAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string MusicOnHoldClass { get; set; }
Public Property MusicOnHoldClass As String
Get
Set
public:
property String^ MusicOnHoldClass {
String^ get ();
void set (String^ value);
}
member MusicOnHoldClass : string with get, set
Return Value
Type:
Stringthe music on hold class to play music from or null for the default class.
See Also