Click or drag to resize

SchemaAttrAttribute(Byte, String) Constructor

Initializes a new instance of the SchemaAttrAttribute.

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntax
public SchemaAttrAttribute(
	byte nsId,
	string tag
)

Parameters

nsId  Byte
Specifies the namespace Id of the schema attribute.
tag  String
Specifies the Tag name of the schema attribute.
Remarks
This will be removed once the concept of id can be removed. Please use SchemaAttrAttribute(String, String)
See Also