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: