ArgumentValue<T>.ArgumentName 属性

定义

获取或设置要返回其值的自变量的名称。

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

属性值

自变量名称。

适用于