Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the XML tag name that will be used in serialization.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property XmlTagName As String
'Usage
Dim instance As DomainClassXmlSerializer
Dim value As String
value = instance.XmlTagName
public abstract string XmlTagName { get; }
public:
virtual property String^ XmlTagName {
String^ get () abstract;
}
public abstract function get XmlTagName () : String
Property Value
Type: System.String
The XML tag name used for serialization.
Remarks
If a domain class cannot be serialized directly, for example, an abstract class, short-form relationship, and so on, an empty string is returned for this property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DomainClassXmlSerializer Class