| 
            
              SelfHostingServiceAllowCrossDomainAccess Property
             | 
          
        
        
            Gets or sets flag that indicates if web services will enable cross-domain access for Silverlight and Flash applications. 
            
        
        Namespace: GSF.ServiceModelAssembly: GSF.ServiceModel (in GSF.ServiceModel.dll) Version: 2.4.258-beta
Syntaxpublic bool AllowCrossDomainAccess { get; set; }Public Property AllowCrossDomainAccess As Boolean
	Get
	Set
public:
property bool AllowCrossDomainAccess {
	bool get ();
	void set (bool value);
}member AllowCrossDomainAccess : bool with get, set
function get_AllowCrossDomainAccess();
function set_AllowCrossDomainAccess(value);
 View SourceProperty Value
Boolean
See Also