Gets or sets the name of the SimpleDB domain used to store properties.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public string DomainName { get; set; }
Visual Basic
Public Property DomainName As String
	Get
	Set
Visual C++
public:
property String^ DomainName {
	String^ get ();
	void set (String^ value);
}

Field Value

The name of the domain.

See Also