[Missing <summary> documentation for "P:White_Tiger.DataContracts.CommandModel.password"]
Assembly: White Tiger (in White Tiger.dll) Version: 0.1.3.5 (0.1.3.5)
Syntax
C# |
---|
public string password { get; set; } |
Visual Basic |
---|
Public Property password As String Get Set |
Visual C++ |
---|
public: property String^ password { String^ get (); void set (String^ value); } |