Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaAnnotated::Id Property

 

Gets or sets the string id.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public:
property String^ Id {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The string id. The default is String.Empty.

Optional.

The id value must be of type ID and be unique within the document containing this element.

Optional.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft