InstanceQueryArgs.ModifiedTimeFrom Property
Specifies the start of a range of time at which a service instance was modified. If this parameter is specified, only instances modified on or after 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.ModifiedTimeFrom
instance.ModifiedTimeFrom = value
Syntax
'Declaration
Public Property ModifiedTimeFrom As Nullable(Of DateTime)
public Nullable<DateTime> ModifiedTimeFrom { get; set; }
public:
property Nullable<DateTime> ModifiedTimeFrom {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public Nullable<DateTime> get_ModifiedTimeFrom ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_ModifiedTimeFrom (Nullable<DateTime> value)
CompilerGeneratedAttribute
public function get ModifiedTimeFrom () : Nullable<DateTime>
CompilerGeneratedAttribute
public function set ModifiedTimeFrom (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