Visual Basic (Declaration) | |
---|---|
Public Property OutFields As IEnumerable(Of String) |
C# | |
---|---|
public IEnumerable<string> OutFields {get; set;} |
The wildcard (*) can be used to return all fields.
Property Value
The out fields.Target Platforms:Windows Phone 7