IUDefFieldsByFieldId Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIUDefField this[
int Index
] { get; }
ReadOnly Property ByFieldId (
Index As Integer
) As IUDefField
Get
Dim instance As IUDefFields
Dim Index As Integer
Dim value As IUDefField
value = instance.ByFieldId(Index)
property IUDefField^ ByFieldId[[InAttribute] int Index] {
IUDefField^ get ([InAttribute] int Index);
}
Parameters
- Index
- Type: SystemInt32
Property Value
Type:
IUDefField
See Also