ConnectorElementDataDependencies Property |
Gets the dependency IDs for output elements.
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 = "dependencies", EmitDefaultValue = false)]
public IList<Guid> Dependencies { get; }
<DataMemberAttribute(Name := "dependencies", EmitDefaultValue := false)>
Public ReadOnly Property Dependencies As IList(Of Guid)
Get
public:
[DataMemberAttribute(Name = L"dependencies", EmitDefaultValue = false)]
property IList<Guid>^ Dependencies {
IList<Guid>^ get ();
}
[<DataMemberAttribute(Name = "dependencies", EmitDefaultValue = false)>]
member Dependencies : IList<Guid> with get
Property Value
Type:
IListGuidSee Also