Nevron .NET Vision
Nevron.Serialization Namespace / NSeralizationPropertyInfo Class / HasExplicitName Field


In This Topic
    HasExplicitName Field
    In This Topic
    Whether the propery has explicit name (specified by XmlAttribute, XmlArray or XmlElement attributes)
    Syntax
    'Declaration
     
    
    Public HasExplicitName As System.Boolean
    'Usage
     
    
    Dim instance As NSeralizationPropertyInfo
    Dim value As System.Boolean
     
    value = instance.HasExplicitName
     
    instance.HasExplicitName = value
    public System.bool HasExplicitName
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also