ConfigurationProperty.IsAssemblyStringTransformationRequired Property

Definition

Indicates whether the assembly name for the configuration property requires transformation when it is serialized for an earlier version of the .NET Framework.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool IsAssemblyStringTransformationRequired { bool get(); };
public bool IsAssemblyStringTransformationRequired { get; }
member this.IsAssemblyStringTransformationRequired : bool
Public ReadOnly Property IsAssemblyStringTransformationRequired As Boolean

Property Value

true if the property requires assembly name transformation; otherwise, false.

Remarks

You use ConfigurationPropertyOptions to set this property when you call a constructor that includes a ConfigurationPropertyOptions parameter. This value is ignored if the property does not contain an assembly name string.

Applies to

See also