Share via


InstanceQueryArgs.ModifiedTimeTo Property

Specifies the end of a range of time at which a service instance was modified. If this parameter is specified, only instances modified on or before the given timestamp are returned.

Namespace: Microsoft.ApplicationServer.StoreManagement.Query
Assembly: Microsoft.ApplicationServer.StoreManagement (in microsoft.applicationserver.storemanagement.dll)

Usage

'Usage
Dim instance As InstanceQueryArgs
Dim value As Nullable(Of DateTime)

value = instance.ModifiedTimeTo

instance.ModifiedTimeTo = value

Syntax

'Declaration
Public Property ModifiedTimeTo As Nullable(Of DateTime)
public Nullable<DateTime> ModifiedTimeTo { get; set; }
public:
property Nullable<DateTime> ModifiedTimeTo {
    Nullable<DateTime> get ();
    void set (Nullable<DateTime> value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public Nullable<DateTime> get_ModifiedTimeTo ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ModifiedTimeTo (Nullable<DateTime> value)
CompilerGeneratedAttribute 
public function get ModifiedTimeTo () : Nullable<DateTime>

CompilerGeneratedAttribute 
public function set ModifiedTimeTo (value : Nullable<DateTime>)

Property Value

Returns a DateTime object.

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

Visual Studio 2010 and later, .NET Framework 4

Target Platforms

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

See Also

Reference

InstanceQueryArgs Class
InstanceQueryArgs Members
Microsoft.ApplicationServer.StoreManagement.Query Namespace

  ff425134(v=azure.10).md 2011-08-26