RemoteArgument.UInt32Value Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Ottiene o imposta l'oggetto UInt32 rappresentato da 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

Valore della proprietà

Oggetto UInt32 rappresentato da RemoteArgument, 0 (zero) se il valore di RemoteArgument non è stato ancora specificato.

Attributi

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.

-oppure-

La proprietà TypeCode non è impostata sul valore UInt32.

-oppure-

Questa proprietà viene impostata mentre la proprietà IsByRef è false.

Si applica a