Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public bool NeedExclusiveConnection { get; set; } |
Visual Basic |
---|
Public Property NeedExclusiveConnection As Boolean Get Set |
Visual C++ |
---|
public: property bool NeedExclusiveConnection { bool get (); void set (bool value); } |
F# |
---|
member NeedExclusiveConnection : bool with get, set |