PrintQueueStringProperty.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值用于标识要表示的是打印队列的三个可能属性中的哪一个。
public:
property System::Printing::PrintQueueStringPropertyType Type { System::Printing::PrintQueueStringPropertyType get(); void set(System::Printing::PrintQueueStringPropertyType value); };
public System.Printing.PrintQueueStringPropertyType Type { get; set; }
member this.Type : System.Printing.PrintQueueStringPropertyType with get, set
Public Property Type As PrintQueueStringPropertyType
属性值
一个 PrintQueueStringPropertyType,用于指定要表示的打印队列属性的类型。
注解
InstallPrintQueue的 PrintServer 方法使用此信息来确保值Name分配给所安装 的正确PrintQueue属性。