AddReplaceHierarchyOptionsPlacement Property |
Gets or sets the placement position.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "placement", EmitDefaultValue = true)]
public PlacementPosition Placement { get; set; }
<DataMemberAttribute(Name := "placement", EmitDefaultValue := true)>
Public Property Placement As PlacementPosition
Get
Set
public:
[DataMemberAttribute(Name = L"placement", EmitDefaultValue = true)]
property PlacementPosition Placement {
PlacementPosition get ();
void set (PlacementPosition value);
}
[<DataMemberAttribute(Name = "placement", EmitDefaultValue = true)>]
member Placement : PlacementPosition with get, set
Property Value
Type:
PlacementPositionSee Also