다음을 통해 공유


PropertyInfo.IsSystem Property

Gets or sets a value indicating whether this user profile property is a reserved system property.

Namespace:  [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx

Syntax

'Declaration
Public Property IsSystem As Boolean
    Get
    Set
'Usage
Dim instance As PropertyInfo
Dim value As Boolean

value = instance.IsSystem

instance.IsSystem = value
public bool IsSystem { get; set; }

Property Value

Type: System.Boolean
true if this user profile property is a reserved system property; otherwise, false.

Remarks

The default value is false.

See Also

Reference

PropertyInfo Class

PropertyInfo Members

UserProfileService Web Service