PropertyInfo.IsReplicable Property
Gets or sets a value that specifies whether the property can be replicated to Windows SharePoint Services 3.0 sites.
Namespace: [UserProfileService Web service]
Web service reference: http://Site/_vti_bin/UserProfileService.asmx
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
true if the property can be replicated to Windows SharePoint Services 3.0 sites; otherwise, false.
Remarks
The default value is false.