Share via


_TLIApplication.RecordField Property

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
Property RecordField ( _
    <OutAttribute> ByRef RecordVariant As Object, _
    ByRef FieldName As String _
) As Object
'Usage
Dim instance As _TLIApplication 
Dim RecordVariant As Object 
Dim FieldName As String 
Dim value As Object 

value = instance.RecordField(RecordVariant, _
    FieldName)

instance.RecordField(RecordVariant, FieldName) = value
Object this[
    out Object RecordVariant,
    ref string FieldName
] { get; set; }
property Object^ RecordField[[InAttribute] [OutAttribute] Object^% RecordVariant, [InAttribute] String^% FieldName] {
    Object^ get ([InAttribute] [OutAttribute] Object^% RecordVariant, [InAttribute] String^% FieldName);
    void set ([InAttribute] [OutAttribute] Object^% RecordVariant, [InAttribute] String^% FieldName, Object^ value);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

_TLIApplication Interface

_TLIApplication Members

TLI Namespace