JAMS Developer Guide
Persist(String,AccessControlSections) Method


MVPSI.JAMS Namespace > JAMSSecurity Class > Persist Method : Persist(String,AccessControlSections) Method
Syntax
'Declaration
 
Protected Overloads Overridable Sub Persist( _
   ByVal name As System.String, _
   ByVal includeSections As System.Security.AccessControl.AccessControlSections _
) 
'Usage
 
Dim instance As JAMSSecurity
Dim name As System.String
Dim includeSections As System.Security.AccessControl.AccessControlSections
 
instance.Persist(name, includeSections)
protected virtual void Persist( 
   System.string name,
   System.Security.AccessControl.AccessControlSections includeSections
)

Parameters

name
includeSections
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

Reference

JAMSSecurity Class
JAMSSecurity Members
Overload List