Supports customization of the SimpleDB domain name used to store item objects.
Namespace: SimolAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public class DomainNameAttribute : SimolAttribute |
Visual Basic |
---|
Public Class DomainNameAttribute _ Inherits SimolAttribute |
Visual C++ |
---|
public ref class DomainNameAttribute : public SimolAttribute |
Remarks
SimpleDB domain names default to the short name of the type being stored (i.e. Name).
Mark your item classes with this attribute to customize the SimpleDB domain name.