'Declaration
Property PasteTabReplacement As String
'Usage
Dim instance As IIbmScreen Dim value As String instance.PasteTabReplacement = value value = instance.PasteTabReplacement
string PasteTabReplacement {get; set;}
'Declaration
Property PasteTabReplacement As String
'Usage
Dim instance As IIbmScreen Dim value As String instance.PasteTabReplacement = value value = instance.PasteTabReplacement
string PasteTabReplacement {get; set;}
Exception | Description |
---|---|
System.ArgumentException | This exception is thrown if the set parameter length exceeds the maximum allowed length. |
Attachmate.Reflection.SecuredSettingException | This exception is thrown when you try to modify a property that has been secured with the Permissions Manager or that can only be modified by an Administrator. |