IsBatchServer
Returns a Boolean value (TRUE or FALSE) indicating if the current user has rights to the Batch Server security role.
Syntax
bResult
= MaterialServerSecurity
.IsBatchServer
()The
IsBatchServer
method syntax has these parts:Part | Description |
---|---|
bResult | Boolean value that returns TRUE or FALSE which represents if the current user has access to interfaces defined for use for the BatchServer Role. |
MaterialServerSecurity | Instance of the MaterialServerSecurity Interface to which the method is directed. |
Provide Feedback