Default プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

既定の列挙値。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public ReadOnly Property Default As Object
    Get
'使用
Dim instance As EnumProperty
Dim value As Object

value = instance.Default
public Object Default { get; }
public:
virtual property Object^ Default {
    Object^ get () sealed;
}
abstract Default : Object
override Default : Object
final function get Default () : Object

プロパティ値

型: System. . :: . .Object
オブジェクトです。

実装

IPropertyDefinition. . :: . .Default