Share via


RemoteArgument.UInt16Value 속성

정의

중요

이 API는 CLS 규격이 아닙니다.

UInt16가 나타내는 RemoteArgument를 가져오거나 설정합니다.

public:
 property System::UInt16 UInt16Value { System::UInt16 get(); void set(System::UInt16 value); };
[System.CLSCompliant(false)]
public ushort UInt16Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt16Value : uint16 with get, set
Public Property UInt16Value As UShort

속성 값

UInt16가 나타내는 RemoteArgument이거나, RemoteArgument의 값이 아직 지정되지 않았으면 0입니다.

특성

예외

RemoteArgumentKind 속성이 Intrinsic 값으로 설정되지 않은 경우

또는

TypeCode 속성이 UInt16 값으로 설정되지 않은 경우

또는

IsByRef 속성이 false인 상태에서 이 속성이 설정된 경우

적용 대상