SaveCauDebugTraceCommand.FilePath Property

 

Namespace:   Microsoft.ClusterAwareUpdating.Commands
Assembly:  ClusterAwareUpdating (in ClusterAwareUpdating.dll)

Syntax

[ParameterAttribute(Position = 1)]
[AliasAttribute(new string[] { ... })]
public string FilePath { get; set; }
public:
[ParameterAttribute(Position = 1)]
[AliasAttribute(new array<String^>^ { ... })]
property String^ FilePath {
    String^ get();
    void set(String^ value);
}
[<ParameterAttribute(Position = 1)>]
[<AliasAttribute([| ... |])>]
member FilePath : string with get, set
<ParameterAttribute(Position := 1)>
<AliasAttribute(New String() { ... })>
Public Property FilePath As String

Property Value

Type: System.String

See Also

SaveCauDebugTraceCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace

Return to top