RemoteArgument.UInt16Value Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the UInt16 that the RemoteArgument represents.

public:
 property System::UInt16 UInt16Value { System::UInt16 get(); void set(System::UInt16 value); };
[System.CLSCompliant(false)]
public ushort UInt16Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt16Value : uint16 with get, set
Public Property UInt16Value As UShort

Property Value

The UInt16 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 UInt16 value.

-or-

This property is set while the IsByRef property is false.

Applies to