TaskStateImageBackup Property |
Note: This API is now obsolete.
Gets a
TaskState instance representing description.
Namespace: net.openstack.Core.DomainAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax [ObsoleteAttribute("This task state is no longer used.")]
public static TaskState ImageBackup { get; }
<ObsoleteAttribute("This task state is no longer used.")>
Public Shared ReadOnly Property ImageBackup As TaskState
Get
public:
[ObsoleteAttribute(L"This task state is no longer used.")]
static property TaskState^ ImageBackup {
TaskState^ get ();
}
[<ObsoleteAttribute("This task state is no longer used.")>]
static member ImageBackup : TaskState with get
Property Value
Type:
TaskStateVersion Information .NET Framework
Obsolete (compiler warning) in 4.5
openstack.net
Obsolete (compiler warning) in 1.6
Obsolete (compiler warning) in 1.5
Obsolete (compiler warning) in 1.4
Obsolete (compiler warning) in 1.3.6
See Also