SharedProperty.Value プロパティ
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)

共有プロパティの値。

Value プロパティを使用して、共有プロパティに格納されている値を取得する方法を次のコード例に示します。
' Retrieve the value from shared property, and increment the shared ' property value. nextReceiptNumber = Fix(ReceiptNumber.Value) ReceiptNumber.Value = nextReceiptNumber + 1
// Retrieve the value from shared property, and increment the shared // property value. nextReceiptNumber = (int) ReceiptNumber.Value; ReceiptNumber.Value = nextReceiptNumber + 1;


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSharedProperty.Value プロパティを検索する場合は、下記のリンクをクリックしてください。

- SharedProperty.Value プロパティのページへのリンク