ConnectorElementDataUpstreamConnectorId Property |
Gets or sets the upstream connector element ID.
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(Name = "upstreamConnectorId")]
public Guid UpstreamConnectorId { get; set; }<DataMemberAttribute(Name := "upstreamConnectorId")>
Public Property UpstreamConnectorId As Guid
Get
Set
public:
[DataMemberAttribute(Name = L"upstreamConnectorId")]
property Guid UpstreamConnectorId {
Guid get ();
void set (Guid value);
}[<DataMemberAttribute(Name = "upstreamConnectorId")>]
member UpstreamConnectorId : Guid with get, set
Property Value
Type:
Guid
See Also