OperDesc Property
- Last UpdatedNov 06, 2025
- 1 minute read
The OperDesc property contains the description for the new operation.
'Declaration
Public Property OperDesc As String
'Usage
Dim instance As OpFromStdOp
Dim value As String
instance.OperDesc = value
value = instance.OperDesc
public string OperDesc {get; set;}