Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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