RemoteArgument.StringValue 屬性

定義

取得或設定 String 所表示的 RemoteArgument

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 所表示的 RemoteArgument,如果尚未指定 RemoteArgument 的值,則為 null

例外狀況

RemoteArgumentKind 屬性不是設定為 Intrinsic 值。

-或-

TypeCode 屬性不是設定為 String 值。

-或-

IsByRef 屬性為 false 時,會設定這個屬性。

適用於