PrintServerProperty Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy PrintServerProperty.
Przeciążenia
PrintServerProperty(String) |
Inicjuje nowe wystąpienie klasy PrintServerProperty dla określonej właściwości. |
PrintServerProperty(String, Object) |
Inicjuje nowe wystąpienie klasy PrintServerProperty, która ma określoną wartość dla określonej właściwości. |
PrintServerProperty(String)
Inicjuje nowe wystąpienie klasy PrintServerProperty dla określonej właściwości.
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)
Parametry
- attributeName
- String
Nazwa właściwości PrintServer reprezentowanej przez PrintServerProperty.
Uwagi
attributeName
należy zapisać dokładnie tak samo jak nazwa określonej właściwości PrintServer obiektu systemu wydruku, w tym wielkości liter. Na przykład właściwość HostingPrintServer obiektu PrintQueue musi być wpisana "HostingPrintServer", a nie "PrintServer" lub "Hostingprintserver".
Dotyczy
PrintServerProperty(String, Object)
Inicjuje nowe wystąpienie klasy PrintServerProperty, która ma określoną wartość dla określonej właściwości.
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)
Parametry
- attributeName
- String
Nazwa właściwości PrintServer reprezentowanej przez PrintServerProperty.
- attributeValue
- Object
Wartość właściwości reprezentowanej przez PrintServerProperty.
Uwagi
attributeName
należy zapisać dokładnie tak samo jak nazwa określonej właściwości PrintServer obiektu systemu wydruku, w tym wielkości liter. Na przykład właściwość HostingPrintServer obiektu PrintQueue musi być wpisana "HostingPrintServer", a nie "PrintServer" lub "Hostingprintserver".