Share via


BinaryMiLogBase.Path Property

 

Gets and sets the Path parameter, which specifies the path to the file to use for storing or retrieving the binary representation of the object. This parameter supports wildcard characters and relative paths. The cmdlet generates an error if the path resolves to more than one file.

Namespace:   Microsoft.Management.Infrastructure.CimCmdlets
Assembly:  Microsoft.Management.Infrastructure.CimCmdlets (in Microsoft.Management.Infrastructure.CimCmdlets.dll)

Syntax

[ParameterAttribute(Mandatory = true, Position = 0)]
[ValidateNotNullOrEmptyAttribute]
public string Path { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 0)]
[ValidateNotNullOrEmptyAttribute]
property String^ Path {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 0)>]
[<ValidateNotNullOrEmptyAttribute>]
member Path : string with get, set
<ParameterAttribute(Mandatory := True, Position := 0)>
<ValidateNotNullOrEmptyAttribute>
Public Property Path As String

Property Value

Type: System.String

Returns String.

See Also

BinaryMiLogBase Class
Microsoft.Management.Infrastructure.CimCmdlets Namespace

Return to top