JAMS 6.x Help
UserSecurity Property (DependencyFile)


Gets or Sets the username which should be used to check for the file.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property UserSecurity As UserSecurity
'Usage
 
Dim instance As DependencyFile
Dim value As UserSecurity
 
instance.UserSecurity = value
 
value = instance.UserSecurity
[System.Xml.Serialization.XmlIgnore()]
public UserSecurity UserSecurity {get; set;}
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

DependencyFile Class
DependencyFile Members

Send Feedback