Returns the security token assigned to Functional Group.
Syntax:
Returns
Object of type FREDI.ediSecurity.
Remarks
The security token enables the ability to secure underlying data in the Functional Group.
Example
:
Set oInterchange = oEdiDoc.CreateInterchange("X", "004030")
Set oGroup = oInterchange.CreateGroup("004030")
Set oSecurity = oGroup.GetSecurity
oSecurity.EnableCompression = True
Set oTransactionSet = oGroup.CreateTransactionSet("838")