| Visual Basic (Declaration) | |
|---|---|
Property DisplayFormat As FormatValidatorInfo | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IFormat Dim value As FormatValidatorInfo instance.DisplayFormat = value value = instance.DisplayFormat | |
| C# | |
|---|---|
FormatValidatorInfo DisplayFormat {get; set;} | |
| Delphi | |
|---|---|
read-write property DisplayFormat: FormatValidatorInfo; | |
| JScript | |
|---|---|
function get,set DisplayFormat : FormatValidatorInfo | |
| Managed Extensions for C++ | |
|---|---|
__property FormatValidatorInfo* get_DisplayFormat(); __property void set_DisplayFormat( FormatValidatorInfo* value ); | |
| C++/CLI | |
|---|---|
property FormatValidatorInfo^ DisplayFormat { FormatValidatorInfo^ get(); void set ( FormatValidatorInfo^ value); } | |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2