ReturnMessage.OutArgs Property

Definition

Gets a specified object passed as an out or ref parameter to the called method.

public:
 property cli::array <System::Object ^> ^ OutArgs { cli::array <System::Object ^> ^ get(); };
public object[] OutArgs { get; }
public object[] OutArgs { [System.Security.SecurityCritical] get; }
member this.OutArgs : obj[]
[<get: System.Security.SecurityCritical>]
member this.OutArgs : obj[]
Public ReadOnly Property OutArgs As Object()

Property Value

Object[]

An object passed as an out or ref parameter to the called method.

Implements

Attributes

Applies to