Share via


CimOperationOptions.ShortenLifetimeOfResults Property

 

Gets or sets the flag that determines whether to shorten the lifetime of returned results.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Syntax

public bool ShortenLifetimeOfResults { get; set; }
public:
property bool ShortenLifetimeOfResults {
    bool get();
    void set(bool value);
}
member ShortenLifetimeOfResults : bool with get, set
Public Property ShortenLifetimeOfResults As Boolean

Property Value

Type: System.Boolean

True if the returned results are valid only for a short duration; otherwise False.

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top