Gets custom placeholder collection for current masking expression.
Syntax
| Visual Basic (Declaration) | |
|---|
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property CustomPlaceHolders As CustomPlaceHolderCollection |
| C# | |
|---|
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public CustomPlaceHolderCollection CustomPlaceHolders {get;} |
| JScript | |
|---|
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get CustomPlaceHolders : CustomPlaceHolderCollection |
| Managed Extensions for C++ | |
|---|
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property CustomPlaceHolderCollection* get_CustomPlaceHolders(); |
| C++/CLI | |
|---|
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Gets custom placeholder collection for current masking expression.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property CustomPlaceHolderCollection^ CustomPlaceHolders {
CustomPlaceHolderCollection^ get();
} |
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