RemoteArgument.UInt32Value 속성

정의

중요

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

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

public:
 property System::UInt32 UInt32Value { System::UInt32 get(); void set(System::UInt32 value); };
[System.CLSCompliant(false)]
public uint UInt32Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt32Value : uint32 with get, set
Public Property UInt32Value As UInteger

속성 값

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

특성

예외

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

또는

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

또는

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

적용 대상