TransformDataSourceStructureType Property |
Gets or sets the type of the source structure.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = true, Name = "sourceStructureType")]
public ObjectType SourceStructureType { get; set; }<DataMemberAttribute(EmitDefaultValue := true, Name := "sourceStructureType")>
Public Property SourceStructureType As ObjectType
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"sourceStructureType")]
property ObjectType SourceStructureType {
ObjectType get ();
void set (ObjectType value);
}[<DataMemberAttribute(EmitDefaultValue = true, Name = "sourceStructureType")>]
member SourceStructureType : ObjectType with get, set
Property Value
Type:
ObjectType
The type of the source structure.
See Also