XmlnsDefinitionAttribute::XmlNamespace Property

 

Gets a String that represents the name of the XML namespace of the decorated class.

Namespace:   System.Workflow.ComponentModel.Serialization
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property String^ XmlNamespace {
	String^ get();
}

Property Value

Type: System::String^

A String that represents the name of the XML namespace of the decorated class.

.NET Framework
Available since 3.0
Return to top
Show: