PrintServerProperty 构造函数

定义

初始化 PrintServerProperty 类的新实例。

重载

PrintServerProperty(String)

针对指定的属性初始化 PrintServerProperty 类的新实例。

PrintServerProperty(String, Object)

初始化 PrintServerProperty 类的新实例,该类具有指定属性的指定值。

PrintServerProperty(String)

针对指定的属性初始化 PrintServerProperty 类的新实例。

public:
 PrintServerProperty(System::String ^ attributeName);
public PrintServerProperty (string attributeName);
new System.Printing.IndexedProperties.PrintServerProperty : string -> System.Printing.IndexedProperties.PrintServerProperty
Public Sub New (attributeName As String)

参数

attributeName
String

PrintServer 表示的 PrintServerProperty 属性的名称。

注解

attributeName的拼写应与打印系统对象的某些特定PrintServer属性的名称(包括大小写)完全相同。 例如, HostingPrintServer 对象的 属性 PrintQueue 必须拼写为“HostingPrintServer”,而不是“PrintServer”或“Hostingprintserver”。

适用于

PrintServerProperty(String, Object)

初始化 PrintServerProperty 类的新实例,该类具有指定属性的指定值。

public:
 PrintServerProperty(System::String ^ attributeName, System::Object ^ attributeValue);
public PrintServerProperty (string attributeName, object attributeValue);
new System.Printing.IndexedProperties.PrintServerProperty : string * obj -> System.Printing.IndexedProperties.PrintServerProperty
Public Sub New (attributeName As String, attributeValue As Object)

参数

attributeName
String

PrintServer 表示的 PrintServerProperty 属性的名称。

attributeValue
Object

PrintServerProperty 表示的属性的值。

注解

attributeName的拼写应与打印系统对象的某些特定PrintServer属性的名称(包括大小写)完全相同。 例如, HostingPrintServer 对象的 属性 PrintQueue 必须拼写为“HostingPrintServer”,而不是“PrintServer”或“Hostingprintserver”。

适用于