ResultObjectPropertyItems.TimeSpanValue Property
Gets or sets a time span value.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As ResultObjectPropertyItems
Dim value As TimeSpan
value = instance.TimeSpanValue
instance.TimeSpanValue = value
Syntax
'Declaration
Public Property TimeSpanValue As TimeSpan
public TimeSpan TimeSpanValue { get; set; }
public:
virtual property TimeSpan TimeSpanValue {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
}
/** @property */
public final TimeSpan get_TimeSpanValue ()
/** @property */
public final void set_TimeSpanValue (TimeSpan value)
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
Reference
ResultObjectPropertyItems Class
ResultObjectPropertyItems Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace