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
volumeId
Type: System.StringUnique ID of a volume
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