PWSLinkDataSet Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: [PWA Web service]
Assembly: [PWA Web service proxy assembly].dll
Syntax
'Declaration
<SerializableAttribute> _
<HelpKeywordAttribute("vs.data.DataSet")> _
<XmlRootAttribute("PWSLinkDataSet")> _
<ToolboxItemAttribute(True)> _
<XmlSchemaProviderAttribute("GetTypedDataSetSchema")> _
Public Class PWSLinkDataSet
Inherits DataSet
'Usage
Dim instance As PWSLinkDataSet
[SerializableAttribute]
[HelpKeywordAttribute("vs.data.DataSet")]
[XmlRootAttribute("PWSLinkDataSet")]
[ToolboxItemAttribute(true)]
[XmlSchemaProviderAttribute("GetTypedDataSetSchema")]
public class PWSLinkDataSet : DataSet
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
[PWA Web service].PWSLinkDataSet
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.