NewEventLogCommand.CategoryResourceFile Property

Gets and sets the value of the CategoryResourceFile parameter of the New-EventLog cmdlet. This property is introduced in Windows PowerShell 2.0.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As NewEventLogCommand
Dim value As String

value = instance.CategoryResourceFile

instance.CategoryResourceFile = value

Syntax

'Declaration
<ParameterAttribute> _
<AliasAttribute(System.String[])> _
<ValidateNotNullOrEmptyAttribute> _
Public Property CategoryResourceFile As String
[ParameterAttribute] 
[AliasAttribute(System.String[])] 
[ValidateNotNullOrEmptyAttribute] 
public string CategoryResourceFile { get; set; }
[ParameterAttribute] 
[AliasAttribute(System.String[])] 
[ValidateNotNullOrEmptyAttribute] 
public:
property String^ CategoryResourceFile {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_CategoryResourceFile ()

/** @property */
public void set_CategoryResourceFile (String value)
public function get CategoryResourceFile () : String

public function set CategoryResourceFile (value : String)

Property Value

A String object that contains the path to the file that contains category strings for the source events. This file is also known as the Category Message File.

Remarks

This topic is included in this SDK for completeness only. For more information about this cmdlet, see New-EventLog in the Microsoft TechNet library.

For Help at the command line, type:

get-help new-eventlog

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

NewEventLogCommand Class
NewEventLogCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK