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
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