RemoteArgument.UInt32Value Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene o establece el objeto UInt32 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 todavía no se ha especificado el valor de RemoteArgument.

Atributos

Excepciones

La propiedad RemoteArgumentKind no se establece en el valor Intrinsic.

o bien

La propiedad TypeCode no se establece en el valor UInt32.

o bien

Esta propiedad se establece en tanto que el valor de la propiedad IsByRef sea false.

Se aplica a