[Missing <summary> documentation for "P:BrightstarDB.Dto.CommitPointResponseModel.StoreName"]
Namespace: BrightstarDB.DtoAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public string StoreName { get; set; } |
| Visual Basic |
|---|
Public Property StoreName As String
Get
Set |
| Visual C++ |
|---|
public:
virtual property String^ StoreName {
String^ get () sealed;
void set (String^ value) sealed;
} |
| F# |
|---|
abstract StoreName : string with get, set
override StoreName : string with get, set |
Property Value
Type:
StringImplements
ICommitPointInfo..::..StoreName
See Also