Share via


StringProperty.PropertyValue Property

 

Gets the value of the property.

Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)

Syntax

[DataMemberAttribute]
public string PropertyValue { get; private set; }

Property Value

Type: System.String

An instance of String that contains the value of the property.

See Also

StringProperty Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace

Return to top