EntityExtensionsDescriptionFormatted Method |
Formatted description.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic static string DescriptionFormatted(
this IEntity entity
)
<ExtensionAttribute>
Public Shared Function DescriptionFormatted (
entity As IEntity
) As String
Dim entity As IEntity
Dim returnValue As String
returnValue = entity.DescriptionFormatted()
public:
[ExtensionAttribute]
static String^ DescriptionFormatted(
IEntity^ entity
)
[<ExtensionAttribute>]
static member DescriptionFormatted :
entity : IEntity -> string
Parameters
- entity IEntity
- The entity.
Return Value
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEntity. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also