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
Azure SDK for .NET