RemoteArgument.UInt32Value Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
.