WebQueryProperties.Post Property

Web Post.Represents the attribte in schema: post

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "post")> _
Public Property Post As StringValue
    Get
    Set
'Usage
Dim instance As WebQueryProperties
Dim value As StringValue

value = instance.Post

instance.Post = value
[SchemaAttrAttribute(, "post")]
public StringValue Post { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

WebQueryProperties Class

WebQueryProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace