RemoteArgument.ByteValue 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.
Gets or sets the Byte that the RemoteArgument represents.
public:
property System::Byte ByteValue { System::Byte get(); void set(System::Byte value); };
public byte ByteValue { get; set; }
member this.ByteValue : byte with get, set
Public Property ByteValue As Byte
Property Value
The Byte that the RemoteArgument represents; 0 (zero) if the value of the RemoteArgument has not yet been specified.
Exceptions
The RemoteArgumentKind property is not set to the Intrinsic value.
-or-
The TypeCode property is not set to the Byte value.
-or-
This property is set while the IsByRef property is false
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.