XmlLicenseTransform.InputTypes Property

Definition

Gets an array of types that are valid inputs to the OutputTypes method of the current XmlLicenseTransform object.

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

Property Value

Type[]

An array of types that are valid inputs to the OutputTypes method of the current XmlLicenseTransform object; you can pass only objects of one of these types to the OutputTypes method of the current XmlLicenseTransform object.

Remarks

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

Applies to