Gets or sets a value to use the Client AE Title from the request as the Station AE title for matching.
            
            
            
            
            
            
            
            public bool LimitMWLResponseToClientStationAE {get; set;}
             
        
            
            'Declaration
 
Public Property LimitMWLResponseToClientStationAE As Boolean
             
        
            
            'Usage
 
Dim instance As MWLCFindCommandConfiguration
Dim value As Boolean
 
instance.LimitMWLResponseToClientStationAE = value
 
value = instance.LimitMWLResponseToClientStationAE
             
        
            
        
            
        
            
            public:
property bool LimitMWLResponseToClientStationAE {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true to use the Client AE Title from the request as the Station AE title for matching; otherwise, false. The default value is false.