Partager via


IFolderPropertyExtension.RunCommand Method (String)

 

Runs a command given the volume's ID.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string RunCommand(
    string volumeId
)
String^ RunCommand(
    String^ volumeId
)
Function RunCommand (
    volumeId As String
) As String

Parameters

Return Value

Type: System.String

New status to be applied or null if the status shouldn't change.

See Also

IFolderPropertyExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top