PropertyInfo class

Represents the information about a user profile property.

Inheritance hierarchy

System.Object
  WebSvcUserProfileService.PropertyInfo

Namespace:  WebSvcUserProfileService
Assembly:  UserProfileServices (in UserProfileServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
<XmlTypeAttribute(Namespace := "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")> _
Public Class PropertyInfo
'Usage
Dim instance As PropertyInfo
[SerializableAttribute]
[XmlTypeAttribute(Namespace = "https://microsoft.com/webservices/SharePointPortalServer/UserProfileService")]
public class PropertyInfo

Remarks

The PropertyInfo class represents the data from the user profile schema.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

PropertyInfo members

WebSvcUserProfileService namespace