Share via


Preset.IsPrx Property

Is preset a PRX Profile.

Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Property IsPrx As Boolean
'Usage
Dim instance As Preset
Dim value As Boolean

value = instance.IsPrx
public bool IsPrx { get; }
public:
property bool IsPrx {
    bool get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public boolean get_IsPrx ()
CompilerGeneratedAttribute 
public function get IsPrx () : boolean

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Preset Class
Preset Members
Microsoft.Expression.Encoder Namespace