PickerResult.Type Property
Gets the type of a PickerResult object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Type As String
Get
Set
'Usage
Dim instance As PickerResult
Dim value As String
value = instance.Type
instance.Type = value
string Type { get; set; }
Property Value
Type: System.String
Remarks
Read/write.