Send feedback on this topic.
Teradata.Client.Provider
Command Property (LogSettings)



Teradata.Client.Provider Namespace > LogSettings Class : Command Property
Syntax
'Declaration
 
Public Property Command As Boolean
'Usage
 
Dim instance As LogSettings
Dim value As Boolean
 
instance.Command = value
 
value = instance.Command
public bool Command {get; set;}
public:
property bool Command {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

LogSettings Class
LogSettings Members