PropertyDataTypeCollection.Item Property
Gets the PropertyDataType object specified by the data type name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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.String
String. The data type name.
Property Value
Type: Microsoft.Office.Server.UserProfiles.PropertyDataType
Microsoft.SharePoint.Portal.UserProfiles.PropertyDataType that contains the PropertyDataType object.
See Also
Reference
PropertyDataTypeCollection Class