adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / EventLogSource Class / StrippedName Property


In This Topic
    StrippedName Property
    In This Topic
    Gets the DisplayName, if set, or else the Name. Removes name qualifiers.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StrippedName As String
    public string StrippedName {get;}
    public:
    property String^ StrippedName {
       String^ get();
    }
    Remarks
    For qualified names such as "Microsoft-Windows-Service Control Manager", StrippedName returns only the last node of the name.
    See Also