Specifies display format data type.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Specifies display format data type.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.CategoryAttribute("Data")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
Public Property Type As FormatType |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies display format data type.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public FormatType Type {get; set;} |
Delphi | |
---|
public read-write property Type: FormatType; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Specifies display format data type.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.CategoryAttribute("Data")
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
public function get,set Type : FormatType |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies display format data type.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public: __property FormatType get_Type();
public: __property void set_Type(
FormatType value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Specifies display format data type.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.CategoryAttribute("Data")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
public:
property FormatType Type {
FormatType get();
void set ( FormatType value);
} |
Property Value
One of the
FormatType enumeration values that specifies display format data type. The default is FormatType.DateTime.
Requirements
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
See Also