다음을 통해 공유


OperationParameterInfo.ParameterType 속성

정의

연결된 작업 매개 변수의 형식을 가져오거나 설정합니다.

public:
 property Type ^ ParameterType { Type ^ get(); void set(Type ^ value); };
public Type ParameterType { get; set; }
member this.ParameterType : Type with get, set
Public Property ParameterType As Type

속성 값

Type

연결된 작업 매개 변수의 형식을 나타내는 Type 개체입니다.

적용 대상