다음을 통해 공유


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 "이벤트" 또는 "이벤트 로그" 아니라 "이벤트 로그" 개체를 입력 해야 합니다.

적용 대상

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 "이벤트" 또는 "이벤트 로그" 아니라 "이벤트 로그" 개체를 입력 해야 합니다.

적용 대상