共用方式為


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”。

適用於