Get/set shared property. If shared is true and CardSelector is null or does noes need exclusive connection,
then a shared connection is sufficient and used.
Namespace: BasicCard.FrameworkAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public bool Shared { get; set; } |
Visual Basic |
---|
Public Property Shared As Boolean Get Set |
Visual C++ |
---|
public: property bool Shared { bool get (); void set (bool value); } |
F# |
---|
member Shared : bool with get, set |