Partager via


PrintServerProperty Constructeurs

Définition

Initialise une nouvelle instance de la classe PrintServerProperty.

Surcharges

PrintServerProperty(String)

Initialise une nouvelle instance de la classe PrintServerProperty pour la propriété spécifiée.

PrintServerProperty(String, Object)

Initialise une nouvelle instance de la classe PrintServerProperty qui a la valeur spécifiée pour la propriété indiquée.

PrintServerProperty(String)

Initialise une nouvelle instance de la classe PrintServerProperty pour la propriété spécifiée.

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)

Paramètres

attributeName
String

Nom de la propriété PrintServer représentée par la PrintServerProperty.

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété particulière PrintServer d’un objet système d’impression, y compris la casse. Par exemple, la HostingPrintServer propriété d’un PrintQueue objet doit être orthographiée « HostingPrintServer », et non « PrintServer » ou « Hostingprintserver ».

S’applique à

PrintServerProperty(String, Object)

Initialise une nouvelle instance de la classe PrintServerProperty qui a la valeur spécifiée pour la propriété indiquée.

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)

Paramètres

attributeName
String

Nom de la propriété PrintServer représentée par la PrintServerProperty.

attributeValue
Object

Valeur de la propriété que PrintServerProperty représente.

Remarques

Le attributeName doit être orthographié exactement comme le nom d’une propriété particulière PrintServer d’un objet système d’impression, y compris la casse. Par exemple, la HostingPrintServer propriété d’un PrintQueue objet doit être orthographiée « HostingPrintServer », et non « PrintServer » ou « Hostingprintserver ».

S’applique à