TechTalk Genome v4.2

GenomeDataSource.DataDomainRole Property

Gets or sets the DataDomain.Role of the DataDomain that hosts the persistent objects.

[WebExtensionDescription(Description="Role of the DataDomain hosting the persistent objects")]
public string DataDomainRole {get; set;}

Property Value

A string specified as a role when creating the DataDomain instance. GenomeDataSource uses the specified DataDomain to host the persistent objects.

Implements

IPersistentDataSource.DataDomainRole

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

GenomeDataSource Class | TechTalk.Genome.Extensions.Web.UI Namespace