ReportDeviceParameters.AdditionalInformation Property
Gets the additional identity information.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
[DataMemberAttribute]
public string AdditionalInformation { get; private set; }
public:
[DataMemberAttribute]
property String^ AdditionalInformation {
String^ get();
private: void set(String^ value);
}
<DataMemberAttribute>
Public Property AdditionalInformation As String
Get
Private Set
End Property
Property Value
Type: System.String
An instance of the String class that contains the additional identity information.
See Also
ReportDeviceParameters Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top