Xfr400GroupByString Property
In This Topic
Gets or sets how to group returned data after a requested function is performed.
Syntax
'Declaration
Property Xfr400GroupByString As String
'Usage
Dim instance As IFileTransfer
Dim value As String
instance.Xfr400GroupByString = value
value = instance.Xfr400GroupByString
string Xfr400GroupByString {get; set;}
Property Value
The default value is "".
Exceptions
Exception | Description |
Attachmate.Reflection.SecuredSettingException |
This exception is thrown when you modify a Reflection property that has been secured
via the Permissions Manager, or if such a modification requires Administrator privileges.
|
See Also