Intersoft WebGrid Documentation
CustomSchemaRetrieval Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGrid Class : CustomSchemaRetrieval Property






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("When DataSourceID is connected to custom object via ISDataSource, this property determines how the custom object's schema should be retrieved.")>
<CategoryAttribute("Data")>
Public Property CustomSchemaRetrieval As SchemaRetrievalMode
Visual Basic (Usage)Copy Code
Dim instance As WebGrid
Dim value As SchemaRetrievalMode
 
instance.CustomSchemaRetrieval = value
 
value = instance.CustomSchemaRetrieval
C# 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("When DataSourceID is connected to custom object via ISDataSource, this property determines how the custom object's schema should be retrieved.")]
[CategoryAttribute("Data")]
public SchemaRetrievalMode CustomSchemaRetrieval {get; set;}
Delphi 
public read-write property CustomSchemaRetrieval: SchemaRetrievalMode; 
JScript 
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("When DataSourceID is connected to custom object via ISDataSource, this property determines how the custom object's schema should be retrieved.")
CategoryAttribute("Data")
public function get,set CustomSchemaRetrieval : SchemaRetrievalMode
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("When DataSourceID is connected to custom object via ISDataSource, this property determines how the custom object's schema should be retrieved.")]
[CategoryAttribute("Data")]
public: __property SchemaRetrievalMode get_CustomSchemaRetrieval();
public: __property void set_CustomSchemaRetrieval( 
   SchemaRetrievalMode value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("When DataSourceID is connected to custom object via ISDataSource, this property determines how the custom object's schema should be retrieved.")]
[CategoryAttribute("Data")]
public:
property SchemaRetrievalMode CustomSchemaRetrieval {
   SchemaRetrievalMode get();
   void set (    SchemaRetrievalMode value);
}

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

©2012 Intersoft Solutions Corp. All Rights Reserved.