IFolderPropertyExtension.GetStatus Method (String)
Retrieves the string representation of the volume's off-site storage sync status.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: MiscUtil (in MiscUtil.dll)
Syntax
string GetStatus(
string volumeId
)
String^ GetStatus(
String^ volumeId
)
Function GetStatus (
volumeId As String
) As String
Parameters
volumeId
Type: System.StringId of the volume
Return Value
Type: System.String
Localized status of the volume sync.
See Also
IFolderPropertyExtension Interface
Microsoft.WindowsServerSolutions.Common Namespace
Return to top