DefinedName.PublishToServer Property

Publish To Server.Represents the attribte in schema: publishToServer

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

Syntax

'Declaration
<SchemaAttrAttribute(, "publishToServer")> _
Public Property PublishToServer As BooleanValue
    Get
    Set
'Usage
Dim instance As DefinedName
Dim value As BooleanValue

value = instance.PublishToServer

instance.PublishToServer = value
[SchemaAttrAttribute(, "publishToServer")]
public BooleanValue PublishToServer { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

DefinedName Class

DefinedName Members

DocumentFormat.OpenXml.Spreadsheet Namespace