ChangeLayerActionBoundVisual Property  | 
 
            Gets or sets the bound visual.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string? BoundVisual { get; set; }Public Property BoundVisual As String
	Get
	Set
public:
property String^ BoundVisual {
	String^ get ();
	void set (String^ value);
}member BoundVisual : string with get, set
Property Value
Type: 
String
            The bound visual.
            
See Also