Share via


ComplexValue.Properties Property

Gets an array of properties for the ComplexValue class.

Namespace:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Syntax

'Declaration
Public ReadOnly Property Properties As ComplexProperty()
    Get
'Usage
Dim instance As ComplexValue
Dim value As ComplexProperty()

value = instance.Properties
public ComplexProperty[] Properties { get; }
public:
property array<ComplexProperty^>^ Properties {
    array<ComplexProperty^>^ get ();
}
member Properties : ComplexProperty[]
function get Properties () : ComplexProperty[]