DeviceInfo.Description Property
Gets the description of the device.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public string Description { get; internal set; }
public:
property String^ Description {
String^ get();
internal: void set(String^ value);
}
Public Property Description As String
Get
Friend Set
End Property
Property Value
Type: System.String
An instance of String that contains the description.
Remarks
This property can be null.
See Also
DeviceInfo Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top