ComplexValue.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of properties for the ComplexValue class.
public:
property cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::ComplexProperty ^> ^ Properties { cli::array <Microsoft::SqlServer::Dts::Tasks::WebServiceTask::ComplexProperty ^> ^ get(); };
public Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[] Properties { get; }
member this.Properties : Microsoft.SqlServer.Dts.Tasks.WebServiceTask.ComplexProperty[]
Public ReadOnly Property Properties As ComplexProperty()
Property Value
A ComplexProperty array.