Share via


DataFactoryDataFlowDebugInfo.Properties Property

Definition

Data flow properties. Please note DataFactoryDataFlowProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include DataFactoryFlowletProperties, DataFactoryMappingDataFlowProperties and DataFactoryWranglingDataFlowProperties.

public Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowProperties Properties { get; }
member this.Properties : Azure.ResourceManager.DataFactory.Models.DataFactoryDataFlowProperties
Public ReadOnly Property Properties As DataFactoryDataFlowProperties

Property Value

Applies to