GeneratorStylesAttribute.DesignerStyles Property

Gets or sets the designer styles of the data generator.

Namespace:  Microsoft.Data.Schema.DataGenerator
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Property DesignerStyles As GeneratorDesignerStyles
    Get
    Set
'Usage
Dim instance As GeneratorStylesAttribute
Dim value As GeneratorDesignerStyles

value = instance.DesignerStyles

instance.DesignerStyles = value
public GeneratorDesignerStyles DesignerStyles { get; set; }
public:
property GeneratorDesignerStyles DesignerStyles {
    GeneratorDesignerStyles get ();
    void set (GeneratorDesignerStyles value);
}
function get DesignerStyles () : GeneratorDesignerStyles
function set DesignerStyles (value : GeneratorDesignerStyles)
member DesignerStyles : GeneratorDesignerStyles with get, set

Property Value

Type: Microsoft.Data.Schema.DataGenerator.GeneratorDesignerStyles
Returns one of the GeneratorDesignerStyles values.

Remarks

FilterOnCoercibleOutputs is the default value.

.NET Framework Security

See Also

Reference

GeneratorStylesAttribute Class

GeneratorStylesAttribute Members

Microsoft.Data.Schema.DataGenerator Namespace