Users Property
Microsoft Robotics Studio
List of users with permissions on this node.
Namespace: Microsoft.Dss.Services.Security.Manager
Assembly: DssRuntime (in DssRuntime.dll)
Version: 1.5.507.0
Syntax
[DataMemberAttribute(IsRequired = true)]
public List<UserPermission> Users{ get; set;}
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property Users As List(Of UserPermission)
[DataMemberAttribute(IsRequired = true)]
public:
property List<UserPermission^>^ Users {
List<UserPermission^>^ get ();
void set (List<UserPermission^>^ value);
}
Remarks
If no users are specified, then only the current user has permission. The Current user always has permission
See Also
SecurityManagerState Class
Microsoft.Dss.Services.Security.Manager Namespace