XmlLicenseTransform.OutputTypes Property

Definition

Gets an array of types that are valid outputs from the OutputTypes method of the current XmlLicenseTransform object.

public:
 virtual property cli::array <Type ^> ^ OutputTypes { cli::array <Type ^> ^ get(); };
public override Type[] OutputTypes { get; }
member this.OutputTypes : Type[]
Public Overrides ReadOnly Property OutputTypes As Type()

Property Value

Type[]

An array of valid output types for the current XmlLicenseTransform object; only objects of one of these types are returned from the GetOutput() methods of the current XmlLicenseTransform object.

Remarks

The only valid output type to the XmlLicenseTransform class is XmlDocument.

Applies to