Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the value of the property.
Namespace:   Microsoft.WindowsServerSolutions.Common.Devices
Assembly:  DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public string PropertyValue { get; private set; }
public:
[DataMemberAttribute]
property String^ PropertyValue {
    String^ get();
    private: void set(String^ value);
}
<DataMemberAttribute>
Public Property PropertyValue As String
    Get
    Private Set
End Property
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