adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetDescriptionForObject Method

In This Topic
    GetDescriptionForObject Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetDescriptionForObject( _
       ByVal oid As OID, _
       Optional ByVal targetComputerName As String _
    ) As String
    public string GetDescriptionForObject( 
       OID oid,
       string targetComputerName
    )

    Parameters

    oid
    targetComputerName
    See Also