Interface IAddFileOnDfsOptions
Inherited Members
Namespace: Catalyst.Abstractions.Cli.Options
Assembly: Catalyst.Abstractions.dll
Syntax
public interface IAddFileOnDfsOptions : IOptionsBase
Properties
| Improve this Doc View SourceFile
Gets or sets the file.
Declaration
string File { get; set; }
Property Value
Type | Description |
---|---|
System.String | The file. |