RemoteArgument.StringValue 属性

定义

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

public:
 property System::String ^ StringValue { System::String ^ get(); void set(System::String ^ value); };
public string StringValue { get; set; }
member this.StringValue : string with get, set
Public Property StringValue As String

属性值

String

String 表示的 RemoteArgument;如果尚未指定 RemoteArgument 的值,则为 nullThe String that the RemoteArgument represents; null 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 属性未设置为 String 值。The TypeCode property is not set to the String value.

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

适用于