RemoteArgument.UInt32Value Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece el UInt32 objeto que RemoteArgument representa.

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

Valor de propiedad

UInt32 que RemoteArgument representa; 0 (cero) si aún no se ha especificado el valor de .RemoteArgument

Atributos

Excepciones

La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .

O bien

La TypeCode propiedad no se establece en el UInt32 valor .

O bien

Esta propiedad se establece mientras la IsByRef propiedad es false.

Se aplica a