IUDefFieldsByName Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIUDefField this[
string Index = ""
] { get; }
ReadOnly Default Property ByName (
Optional Index As String = ""
) As IUDefField
Get
Dim instance As IUDefFields
Dim Index As String
Dim value As IUDefField
value = instance(Index)
property IUDefField^ default[[InAttribute] String^ Index = L""] {
IUDefField^ get ([InAttribute] String^ Index = L"");
}
Parameters
- Index (Optional)
- Type: SystemString
Property Value
Type:
IUDefField
See Also