PagingContextSelection Property |
Which attributes to populate
Namespace: IdmNet.SoapModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic string[] Selection { get; set; }
Public Property Selection As String()
Get
Set
public:
property array<String^>^ Selection {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Selection : string[] with get, set
Property Value
Type:
String
See Also