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