共用方式為


PrintServerLoggingProperty 建構函式

定義

初始化 PrintServerLoggingProperty 類別的新實例。

多載

PrintServerLoggingProperty(String)

初始化指定屬性之 PrintServerLoggingProperty 類別的新實例。

PrintServerLoggingProperty(String, Object)

初始化具有指定屬性之指定值之 PrintServerLoggingProperty 類別的新實例。

PrintServerLoggingProperty(String)

初始化指定屬性之 PrintServerLoggingProperty 類別的新實例。

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

參數

attributeName
String

PrintServerLoggingProperty 所代表之 PrintServerEventLoggingTypes 屬性的名稱。

備註

attributeName 拼字應該與列印系統物件的某些特定 PrintServerEventLoggingTypes 屬性的名稱完全相同,包括大小寫。 例如,PrintServer 物件的 EventLog 屬性必須拼字為 “EventLog”,而不是 “Events” 或 “Eventlog”。

適用於

PrintServerLoggingProperty(String, Object)

初始化具有指定屬性之指定值之 PrintServerLoggingProperty 類別的新實例。

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

參數

attributeName
String

PrintServerLoggingProperty 所代表之 PrintServerEventLoggingTypes 屬性的名稱。

attributeValue
Object

PrintServerLoggingProperty 所代表之屬性值。

備註

attributeName 拼字應該與列印系統物件的某些特定 PrintServerEventLoggingTypes 屬性的名稱完全相同,包括大小寫。 例如,PrintServer 物件的 EventLog 屬性必須拼字為 “EventLog”,而不是 “Events” 或 “Eventlog”。

適用於