Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the PropertyDataType object specified by the data type name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
strTypeName As String _
) As PropertyDataType
Get
'Usage
Dim instance As PropertyDataTypeCollection
Dim strTypeName As String
Dim value As PropertyDataType
value = instance(strTypeName)
public PropertyDataType this[
string strTypeName
] { get; }
Parameters
strTypeName
Type: System.StringThe data type name.
Property Value
Type: Microsoft.Office.Server.UserProfiles.PropertyDataType
The that contains the PropertyDataType object.
See Also
Reference
PropertyDataTypeCollection Class