Visual Basic (Declaration) | |
---|---|
<ISNet.Serialization.BinarySerializableAttribute()> <System.ComponentModel.DefaultValueAttribute()> <ISNet.Serialization.XmlSerializableAttribute()> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.")> <System.ComponentModel.CategoryAttribute("Behavior")> Public Overridable Property ControlDataTransferFormat As ISNet.WebUI.DataTransferFormat |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebScheduler Dim value As ISNet.WebUI.DataTransferFormat instance.ControlDataTransferFormat = value value = instance.ControlDataTransferFormat |
C# | |
---|---|
[ISNet.Serialization.BinarySerializableAttribute()] [System.ComponentModel.DefaultValueAttribute()] [ISNet.Serialization.XmlSerializableAttribute()] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.")] [System.ComponentModel.CategoryAttribute("Behavior")] public virtual ISNet.WebUI.DataTransferFormat ControlDataTransferFormat {get; set;} |
Delphi | |
---|---|
public read-write property ControlDataTransferFormat: ISNet.WebUI.DataTransferFormat; virtual; |
JScript | |
---|---|
ISNet.Serialization.BinarySerializableAttribute() System.ComponentModel.DefaultValueAttribute() ISNet.Serialization.XmlSerializableAttribute() System.ComponentModel.NotifyParentPropertyAttribute() System.ComponentModel.DescriptionAttribute("Gets or sets a value that determines the format used to exchange the control's data across client and server.") System.ComponentModel.CategoryAttribute("Behavior") public function get,set ControlDataTransferFormat : ISNet.WebUI.DataTransferFormat |
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