AdapterDataDockLocation Property  | 
 
            Gets or sets the dock location.
            
 
    Namespace: 
   Dundas.BI.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "dockLocation")]
public DockLocation DockLocation { get; set; }<DataMemberAttribute(Name := "dockLocation")>
Public Property DockLocation As DockLocation
	Get
	Set
public:
[DataMemberAttribute(Name = L"dockLocation")]
property DockLocation DockLocation {
	DockLocation get ();
	void set (DockLocation value);
}[<DataMemberAttribute(Name = "dockLocation")>]
member DockLocation : DockLocation with get, set
Property Value
Type: 
DockLocation
            The dock location.
            
See Also