| SilverlightConfigServiceName Property  | 
            The service name the Silverlight client can use for the server connection. Default value: SilverlightMediaGateway
            
 
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string ServiceName { get; set; }Public Property ServiceName As String
	Get
	Set
public:
property String^ ServiceName {
	String^ get ();
	void set (String^ value);
}member ServiceName : string with get, set
Property Value
Type: 
String
See Also