[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

現在の合計値を取得設定します。

Namespace: ClassLibrary1
Assembly:  ClassLibrary1 (in ClassLibrary1.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Sum{ get; set;}
Public Property Sum As Integer
public:
property int Sum {
	int get ();
	void set (int value);
}

Field Value

現在の合計値

See Also

TestClass Class
ClassLibrary1 Namespace