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