_NameSpace.Type Property
Returns a String (string in C#) indicating the type of the specified object. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Type As String
Get
'Usage
Dim instance As _NameSpace
Dim value As String
value = instance.Type
[DispIdAttribute()]
string Type { get; }
Property Value
Type: System.String