ItemParameter.ParameterStateName 属性

定义

获取或设置参数的状态。

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

属性值

String如果参数被指定,表示该参数的状态;否则, nullNothing在 Visual Basic 中)。

注解

该性质的值可能会根据方法验证参数 GetItemParameters 时的输入而变化。

对于该属性的有效值列表,请使用该 ListParameterStates 方法。

适用于