PrintStringProperty.Implicit(PrintStringProperty to String) Operator   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides implicit conversion to a String value from a pointer to a PrintStringProperty.
public:
 static operator System::String ^(System::Printing::IndexedProperties::PrintStringProperty ^ attributeRef);
	public static implicit operator string(System.Printing.IndexedProperties.PrintStringProperty attributeRef);
	static member op_Implicit : System.Printing.IndexedProperties.PrintStringProperty -> string
	Public Shared Widening Operator CType (attributeRef As PrintStringProperty) As String
	Parameters
- attributeRef
 - PrintStringProperty
 
A pointer to the PrintStringProperty that is converted.
Returns
An implicit conversion to a String value from a pointer to a PrintStringProperty object.