IsRetrievableAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the field can be returned in a search result. This defaults to true, so this attribute only has any effect if you use it as [IsRetrievable(false)].
[System.AttributeUsage(System.AttributeTargets.Property)]
public class IsRetrievableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type IsRetrievableAttribute = class
inherit Attribute
Public Class IsRetrievableAttribute
Inherits Attribute
- Inheritance
-
IsRetrievableAttribute
- Attributes
Constructors
IsRetrievableAttribute(Boolean) |
Indicates that the specified value should be used for the |
Properties
IsRetrievable |
|
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.