ServerDescriptionTags Property |
Gets the replica set tags.
Namespace:
MongoDB.Driver.Core.Servers
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax public TagSet Tags { get; }
Public ReadOnly Property Tags As TagSet
Get
member Tags : TagSet with get
Property Value
Type:
TagSet
The replica set tags (null if not a replica set or if the replica set has no tags).
See Also