Gets or sets
PlaceHolder
character.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DescriptionAttribute("Gets or sets PlaceHolder character.")>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property PlaceHolderCharacter As System.Char |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As PlaceHolder
Dim value As System.Char
instance.PlaceHolderCharacter = value
value = instance.PlaceHolderCharacter |
C# | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets PlaceHolder character.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public System.char PlaceHolderCharacter {get; set;} |
Delphi | |
---|
public read-write property PlaceHolderCharacter: System.Char; |
JScript | |
---|
System.ComponentModel.DescriptionAttribute("Gets or sets PlaceHolder character.")
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
public function get,set PlaceHolderCharacter : System.char |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets PlaceHolder character.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property System.char get_PlaceHolderCharacter();
public: __property void set_PlaceHolderCharacter(
System.char value
); |
C++/CLI | |
---|
[System.ComponentModel.DescriptionAttribute("Gets or sets PlaceHolder character.")]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property System.char PlaceHolderCharacter {
System.char get();
void set ( System.char value);
} |
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