Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setSettings")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
Public ReadOnly Property Settings As SeriesStepLine |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setSettings")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public SeriesStepLine Settings {get;} |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setSettings")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
public function get Settings : SeriesStepLine |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setSettings")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property SeriesStepLine* get_Settings(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setSettings")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
property SeriesStepLine^ Settings {
SeriesStepLine^ get();
} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also