DkmDeploymentCommand.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] Arguments to pass to the remote command. This value may be null to pass no arguments.
public:
property System::String ^ Arguments { System::String ^ get(); };
public:
property Platform::String ^ Arguments { Platform::String ^ get(); };
public string Arguments { get; }
public string? Arguments { get; }
member this.Arguments : string
Public ReadOnly Property Arguments As String
Property Value
Returns String.