Gets or sets a time span value.
Namespace:
Microsoft.ConfigurationManagement.ManagementProvider
Assembly:
Microsoft.ConfigurationManagement.ManagementProvider (in
microsoft.configurationmanagement.managementprovider.dll)
Usage
Visual Basic |
Dim instance As ResultObjectPropertyItems
Dim value As TimeSpan
value = instance.TimeSpanValue
instance.TimeSpanValue = value
|
Syntax
Visual Basic |
Public Property TimeSpanValue As TimeSpan
|
C# |
public TimeSpan TimeSpanValue { get; set; }
|
C++ |
public:
virtual property TimeSpan TimeSpanValue {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
|
J# |
/** @property */
public final TimeSpan get_TimeSpanValue ()
/** @property */
public final void set_TimeSpanValue (TimeSpan value)
|
JScript |
public final function get TimeSpanValue () : TimeSpan
public final function set TimeSpanValue (value : TimeSpan)
|
Property Value
System.TimeSpan value.
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 Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also