OperationParameterInfo.IsIn Property

Definition

true if the associated operation parameter is an In parameter; otherwise, false.

public:
 property bool IsIn { bool get(); };
public bool IsIn { get; }
member this.IsIn : bool
Public ReadOnly Property IsIn As Boolean

Property Value

true if the associated operation parameter is an In parameter; otherwise, false.

Applies to