Skip to main content

ServicePropertyAttribute.Key Property

Gets or sets the service key name.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v24.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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