StringProperty Class
Represents a property that has a string value.
Assembly: DevicesOM (in DevicesOM.dll)
Microsoft.WindowsServerSolutions.Common.Devices::DeviceProperty
Microsoft.WindowsServerSolutions.Common.Devices::StringProperty
| Name | Description | |
|---|---|---|
![]() | PropertyName | Gets the name of the property.(Inherited from DeviceProperty.) |
![]() | PropertyValue | Gets the value of the property. |
![]() | Timestamp | Gets the timestamp for the device.(Inherited from DeviceProperty.) |
| Name | Description | |
|---|---|---|
![]() | Equals(DeviceProperty^) | Compares one StringProperty object to another StringProperty object.(Overrides DeviceProperty::Equals(DeviceProperty^).) |
![]() | Equals(Object^) | Calls the Equals method with the specified object.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns a hash code for the StringProperty object.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a string representation of the properties.(Overrides Object::ToString().) |
![]() | UpdateDeviceInfo(DeviceInfo^) | Updates the device information. |
An instance of StringProperty must be created by using the CreateStringProperty method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


