Gets or sets projection properties which specifies that a result for an operation using this query should
contain data for the specified projection properties.
Other properties which were not specifies as a projection will not contain data.
By default, if no projection was added, all the properties are returned with full data.
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public ICollection<string> Projections { get; set; }
Public Property Projections As ICollection(Of String) Get Set
public: virtual property ICollection<String^>^ Projections { ICollection<String^>^ get () sealed; void set (ICollection<String^>^ value) sealed; }
/** @property */ public final ICollection<String> get_Projections() /** @property */ public final void set_Projections(ICollection<String> value)