Share via


PropertyInfo.IsReplicable Property

Gets and sets a Boolean value that specifies whether the property can be replicated to Windows SharePoint Services 3.0 sites.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

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

value = instance.IsReplicable

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

Property Value

Type: System.Boolean
If the property can be replicated to Windows SharePoint Services 3.0 sites, true; otherwise, false.

See Also

Reference

PropertyInfo Class

PropertyInfo Members

Microsoft.Office.Server.UserProfiles Namespace