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

PrintServerEventLoggingTypes 表示的 PrintServerLoggingProperty 属性的名称。

注解

attributeName的拼写应与打印系统对象的某些特定PrintServerEventLoggingTypes属性的名称(包括大小写)完全相同。 例如, EventLog 对象的 属性 PrintServer 必须拼写为“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

PrintServerEventLoggingTypes 表示的 PrintServerLoggingProperty 属性的名称。

attributeValue
Object

PrintServerLoggingProperty 表示的属性的值。

注解

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

适用于