Namespace: configuration_services
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: configuration_services (in configuration_services.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Nullable<bool> use_color { get; set; } |
Visual Basic |
---|
Public Property use_color As Nullable(Of Boolean) Get Set |
Visual C++ |
---|
public: property Nullable<bool> use_color { Nullable<bool> get (); void set (Nullable<bool> value); } |