LookupTableMultiLangDataSet.SchemaSerializationMode Property

The value IncludeSchema specifies that the serialized DataSet includes complete information.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Overrides Property SchemaSerializationMode As SchemaSerializationMode
    Get
    Set
'Usage
Dim instance As LookupTableMultiLangDataSet
Dim value As SchemaSerializationMode

value = instance.SchemaSerializationMode

instance.SchemaSerializationMode = value
[BrowsableAttribute(true)]
public override SchemaSerializationMode SchemaSerializationMode { get; set; }

Property Value

Type: System.Data.SchemaSerializationMode

Remarks

To preserve data integrity when the DataSet is serialized, the default value of SchemaSerializationMode is IncludeSchema.

See Also

Reference

LookupTableMultiLangDataSet Class

LookupTableMultiLangDataSet Members

LookupTable Web Service