JAMS 6.x Help
UserSecurity Property (Folder)


JAMS UserSecurity.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Notification")>
<System.ComponentModel.DescriptionAttribute("The UserSecurity associated with this Folder.")>
<CompareOptionsAttribute(True)>
<System.Xml.Serialization.XmlIgnoreAttribute()>
Public Property UserSecurity As UserSecurity
'Usage
 
Dim instance As Folder
Dim value As UserSecurity
 
instance.UserSecurity = value
 
value = instance.UserSecurity
[System.ComponentModel.Category("Notification")]
[System.ComponentModel.Description("The UserSecurity associated with this Folder.")]
[CompareOptions(true)]
[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

Folder Class
Folder Members

Send Feedback