Preset.Description Property
Returns a string describing the contents.
Namespace: Microsoft.Expression.Encoder
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)
Syntax
'Declaration
Public ReadOnly Property Description As String
'Usage
Dim instance As Preset
Dim value As String
value = instance.Description
public string Description { get; }
public:
property String^ Description {
String^ get ();
}
/** @property */
public String get_Description ()
public function get Description () : 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