Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring this[
EFullNameFormatStyle eFormat = EFullNameFormatStyle.enUsePreferences
] { get; }
ReadOnly Property FullName (
Optional eFormat As EFullNameFormatStyle = EFullNameFormatStyle.enUsePreferences
) As String
Get
Dim instance As IPerson
Dim eFormat As EFullNameFormatStyle
Dim value As String
value = instance.FullName(eFormat)
property String^ FullName[[InAttribute] EFullNameFormatStyle eFormat = EFullNameFormatStyle::enUsePreferences] {
String^ get ([InAttribute] EFullNameFormatStyle eFormat = EFullNameFormatStyle::enUsePreferences);
}
Parameters
- eFormat (Optional)
- Type: SuperOffice.COM.ApplicationEFullNameFormatStyle
Property Value
Type:
String
See Also