VistaDB 6
VistaDB.Provider Namespace / VistaDBDataPermission Class / ToXml Method


In This Topic
    ToXml Method
    In This Topic
    Creates an XML encoding of the security object and its current state.
    Syntax
    'Declaration
     
    
    Public Function ToXml() As System.Security.SecurityElement
    'Usage
     
    
    Dim instance As VistaDBDataPermission
    Dim value As System.Security.SecurityElement
     
    value = instance.ToXml()
    public System.Security.SecurityElement ToXml()

    Return Value

    An XML encoding of the security object, including any state information.
    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