Role.Permissions Property |
A list of the Permissions associated with this security Role.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntaxpublic IEnumerable<Permission> Permissions { get; }
Public ReadOnly Property Permissions As IEnumerable(Of Permission)
Get
public:
property IEnumerable<Permission^>^ Permissions {
IEnumerable<Permission^>^ get ();
}
member Permissions : IEnumerable<Permission> with get
Property Value
Type:
IEnumerable<Permission>
See Also