Share via


Preset.Name Property

The name of the preset

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

Syntax

'Declaration
Public Property Name As String
'Usage
Dim instance As Preset
Dim value As String

value = instance.Name
public string Name { get; }
public:
property String^ Name {
    String^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_Name ()
CompilerGeneratedAttribute 
public function get Name () : String

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