[This is preliminary documentation and is subject to change.]
Gets/sets collection name used for logging
Namespace: NFX.DataAccess.MongoDBAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute("$collection")]
public string CollectionName { get; set; }
[ConfigAttribute("$collection")]
public string CollectionName { get; set; }
<ConfigAttribute("$collection")>
Public Property CollectionName As String
Get
Set
<ConfigAttribute("$collection")>
Public Property CollectionName As String
Get
Set
public:
[ConfigAttribute(L"$collection")]
property String^ CollectionName {
String^ get ();
void set (String^ value);
}
public:
[ConfigAttribute(L"$collection")]
property String^ CollectionName {
String^ get ();
void set (String^ value);
}
[<ConfigAttribute("$collection")>]
member CollectionName : string with get, set
[<ConfigAttribute("$collection")>]
member CollectionName : string with get, set
Property Value
Type:
String