'Declaration
<CanBeNullAttribute()> Public Function GetDescriptionForObject( _ ByVal oid As OID, _ Optional ByVal targetComputerName As String _ ) As String
[CanBeNull()] public string GetDescriptionForObject( OID oid, string targetComputerName )
[CanBeNull()] public: String^ GetDescriptionForObject( OID^ oid, String^ targetComputerName )
Parameters
- oid
- The OID of the object to look up.
- targetComputerName
- Reserved for future use.
Return Value
The description (from ObjectBase.GetDescription of the object, or a null reference (Nothing in Visual Basic) if the object does not exist.