Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the values in a data row.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Values As IList(Of Object)
Get
Set
'Usage
Dim instance As TabularDataRow
Dim value As IList(Of Object)
value = instance.Values
instance.Values = value
[DataMemberAttribute]
public IList<Object> Values { get; set; }
[DataMemberAttribute]
public:
property IList<Object^>^ Values {
IList<Object^>^ get ();
void set (IList<Object^>^ value);
}
[<DataMemberAttribute>]
member Values : IList<Object> with get, set
function get Values () : IList<Object>
function set Values (value : IList<Object>)
Property Value
Type: System.Collections.Generic.IList<Object>
The values in a data row.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace