Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute("setServiceCommands")>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Provides settings for service methods, when DataSourceType is set to either WebService, WcfService or AdoDataService")>
<TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ServiceMethods As ISNet.WebUI.ClientServiceMethods |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebGridClientBindingSettings
Dim value As ISNet.WebUI.ClientServiceMethods
value = instance.ServiceMethods |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setServiceCommands")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Provides settings for service methods, when DataSourceType is set to either WebService, WcfService or AdoDataService")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ISNet.WebUI.ClientServiceMethods ServiceMethods {get;} |
| Delphi | |
|---|
public read-only property ServiceMethods: ISNet.WebUI.ClientServiceMethods; |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute("setServiceCommands")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Provides settings for service methods, when DataSourceType is set to either WebService, WcfService or AdoDataService")
TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")
PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get ServiceMethods : ISNet.WebUI.ClientServiceMethods |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setServiceCommands")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Provides settings for service methods, when DataSourceType is set to either WebService, WcfService or AdoDataService")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property ISNet.WebUI.ClientServiceMethods* get_ServiceMethods(); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute("setServiceCommands")]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Provides settings for service methods, when DataSourceType is set to either WebService, WcfService or AdoDataService")]
[TypeConverterAttribute("System.ComponentModel.ExpandableObjectConverter, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property ISNet.WebUI.ClientServiceMethods^ ServiceMethods {
ISNet.WebUI.ClientServiceMethods^ 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