RemoteArgument.SByteValue 属性

定义

重要

此 API 不符合 CLS。

获取或设置 SByte 表示的 RemoteArgumentGets or sets the SByte that the RemoteArgument represents.

public:
 property System::SByte SByteValue { System::SByte get(); void set(System::SByte value); };
[System.CLSCompliant(false)]
public sbyte SByteValue { get; set; }
[<System.CLSCompliant(false)>]
member this.SByteValue : sbyte with get, set
Public Property SByteValue As SByte

属性值

SByte

SByte 表示的 RemoteArgument;如果尚未指定 RemoteArgument 的值,则为 0(零)。The SByte that the RemoteArgument represents; 0 (zero) if the value of the RemoteArgument has not yet been specified.

属性

例外

RemoteArgumentKind 属性未设置为 Intrinsic 值。The RemoteArgumentKind property is not set to the Intrinsic value.

- 或 --or- TypeCode 属性未设置为 SByte 值。The TypeCode property is not set to the SByte value.

- 或 --or- IsByRef 属性为 false 时,设置此属性。This property is set while the IsByRef property is false.

适用于