Partager via


RequestOffering.EstimatedTimeToCompletion Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the estimated time until the request is completed.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As RequestOffering
Dim value As String

value = instance.EstimatedTimeToCompletion

instance.EstimatedTimeToCompletion = value

Syntax

'Declaration
<FieldMappingAttribute("EstimatedTimeToCompletion")> _
Public Property EstimatedTimeToCompletion As String
[FieldMappingAttribute("EstimatedTimeToCompletion")] 
public string EstimatedTimeToCompletion { get; set; }
[FieldMappingAttribute(L"EstimatedTimeToCompletion")] 
public:
property String^ EstimatedTimeToCompletion {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_EstimatedTimeToCompletion ()

/** @property */
public void set_EstimatedTimeToCompletion (String value)
public function get EstimatedTimeToCompletion () : String

public function set EstimatedTimeToCompletion (value : String)

Property Value

The estimated time until the request is completed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

RequestOffering Class
RequestOffering Members
Microsoft.EnterpriseManagement.Configuration Namespace