Visual Basic (Declaration) | |
---|---|
<System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.DescriptionAttribute("Specifies linked Input ID.")> <ISNet.Serialization.XmlSerializableAttribute()> <ISNet.Serialization.BinarySerializableAttribute()> Public Property DateInputLink As System.String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As DateTimeEditor Dim value As System.String instance.DateInputLink = value value = instance.DateInputLink |
C# | |
---|---|
[System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DefaultValueAttribute()] [System.ComponentModel.DescriptionAttribute("Specifies linked Input ID.")] [ISNet.Serialization.XmlSerializableAttribute()] [ISNet.Serialization.BinarySerializableAttribute()] public System.string DateInputLink {get; set;} |
Delphi | |
---|---|
public read-write property DateInputLink: System.String; |
JScript | |
---|---|
System.ComponentModel.NotifyParentPropertyAttribute() System.ComponentModel.DefaultValueAttribute() System.ComponentModel.DescriptionAttribute("Specifies linked Input ID.") ISNet.Serialization.XmlSerializableAttribute() ISNet.Serialization.BinarySerializableAttribute() public function get,set DateInputLink : System.String |
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