Namespace: BasicCard.GenericCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public virtual bool NeedExclusiveConnection { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property NeedExclusiveConnection As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool NeedExclusiveConnection {
bool get ();
} |
F# |
---|
abstract NeedExclusiveConnection : bool with get
override NeedExclusiveConnection : bool with get |
Property Value
Type:
BooleanImplements
ICardService..::..NeedExclusiveConnection
See Also