InsertTransformOptionsTransformComponentId Property |
Gets or sets the ID of the transform component to insert.
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 = false, Name = "transformComponentId")]
public Guid TransformComponentId { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "transformComponentId")>
Public Property TransformComponentId As Guid
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"transformComponentId")]
property Guid TransformComponentId {
Guid get ();
void set (Guid value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "transformComponentId")>]
member TransformComponentId : Guid with get, set
Property Value
Type:
Guid
The ID of the transform component.
See Also