PropertyBaseManager<T>.RemovePropertyByName 方法
移除具有指定名称的配置文件属性。
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public Sub RemovePropertyByName ( _
propertyName As String _
)
用法
Dim instance As PropertyBaseManager
Dim propertyName As String
instance.RemovePropertyByName(propertyName)
public void RemovePropertyByName(
string propertyName
)
参数
- propertyName
类型:System.String