ExportCauReportCommand.Path Property
Namespace: Microsoft.ClusterAwareUpdating.Commands
Assembly: ClusterAwareUpdating (in ClusterAwareUpdating.dll)
Syntax
[ParameterAttribute(Mandatory = true, Position = 2)]
[ValidateNotNullOrEmptyAttribute]
public string Path { get; set; }
public:
[ParameterAttribute(Mandatory = true, Position = 2)]
[ValidateNotNullOrEmptyAttribute]
property String^ Path {
String^ get();
void set(String^ value);
}
[<ParameterAttribute(Mandatory = true, Position = 2)>]
[<ValidateNotNullOrEmptyAttribute>]
member Path : string with get, set
<ParameterAttribute(Mandatory := True, Position := 2)>
<ValidateNotNullOrEmptyAttribute>
Public Property Path As String
Property Value
Type: System.String
See Also
ExportCauReportCommand Class
Microsoft.ClusterAwareUpdating.Commands Namespace
Return to top