RemoteArgument.UInt32Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets or sets the UInt32 that the RemoteArgument represents.
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
Property Value
The UInt32 that the RemoteArgument represents; 0 (zero) if the value of the RemoteArgument has not yet been specified.
- Attributes
Exceptions
The RemoteArgumentKind property is not set to the Intrinsic value.
-or-
The TypeCode property is not set to the UInt32 value.
-or-
This property is set while the IsByRef property is false
.