Dummy.Web Property
web.Represents the attribte in schema: web
Namespace: DocumentFormat.OpenXml.Office.MetaAttributes
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "web")> _
Public Property Web As StringValue
Get
Set
'Uso
Dim instance As Dummy
Dim value As StringValue
value = instance.Web
instance.Web = value
[SchemaAttrAttribute(, "web")]
public StringValue Web { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue