ItemParameter.ParameterStateName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定參數的狀態。
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表示參數狀態(若指定)的值;否則,(Nothing在 Visual Basic 中)。 null
備註
此性質的值可能會根據方法驗證參數 GetItemParameters 時的輸入而改變。
若要取得這些屬性的有效值清單,請使用該 ListParameterStates 方法。