OperationMacroResultType Property |
Gets or sets the result type of the operation.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ISmiType ResultType { get; set; }
Public Property ResultType As ISmiType
Get
Set
Dim instance As OperationMacro
Dim value As ISmiType
value = instance.ResultType
instance.ResultType = value
public:
property ISmiType^ ResultType {
ISmiType^ get ();
void set (ISmiType^ value);
}
member ResultType : ISmiType with get, set
Property Value
ISmiType
See Also