Udostępnij przez


PrintServerLoggingProperty Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy PrintServerLoggingProperty.

Przeciążenia

PrintServerLoggingProperty(String)

Inicjuje PrintServerLoggingProperty nowe wystąpienie klasy dla określonej właściwości.

PrintServerLoggingProperty(String, Object)

Inicjuje PrintServerLoggingProperty nowe wystąpienie klasy, która ma określoną wartość dla określonej właściwości.

PrintServerLoggingProperty(String)

Inicjuje PrintServerLoggingProperty nowe wystąpienie klasy dla określonej właściwości.

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)

Parametry

attributeName
String

Nazwa PrintServerEventLoggingTypes właściwości, którą PrintServerLoggingProperty reprezentuje.

Uwagi

Powinna attributeName być wpisana dokładnie tak samo jak nazwa określonej PrintServerEventLoggingTypes właściwości obiektu systemu wydruku, w tym wielkości liter. Na przykład EventLog właściwość PrintServer obiektu musi być wpisana na "EventLog", a nie "Events" lub "Eventlog".

Dotyczy

PrintServerLoggingProperty(String, Object)

Inicjuje PrintServerLoggingProperty nowe wystąpienie klasy, która ma określoną wartość dla określonej właściwości.

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)

Parametry

attributeName
String

Nazwa PrintServerEventLoggingTypes właściwości, którą PrintServerLoggingProperty reprezentuje.

attributeValue
Object

Wartość właściwości, którą PrintServerLoggingProperty reprezentuje.

Uwagi

Powinna attributeName być wpisana dokładnie tak samo jak nazwa określonej PrintServerEventLoggingTypes właściwości obiektu systemu wydruku, w tym wielkości liter. Na przykład EventLog właściwość PrintServer obiektu musi być wpisana na "EventLog", a nie "Events" lub "Eventlog".

Dotyczy