UseUnencryptedCommandChannel Property
In This Topic
Syntax
'Declaration
Public Property UseUnencryptedCommandChannel As Boolean
public bool UseUnencryptedCommandChannel {get; set;}
public:
property bool UseUnencryptedCommandChannel {
bool get();
void set ( bool value);
}
See Also