Skip to main content
A newer version of this page is available. .

ServicePropertyAttribute.Key Property

Gets or sets the service key name.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

public string Key { get; set; }

Property Value

Type Description
String

A String value that is the service key name.

Remarks

Use the Key property to search a service by its key name. The ServicePropertyAttribute.SearchMode property specifies the search boundaries.

See Also