MobileProfilePropertyRichValue.PropertyName 属性
获取或设置要显示的属性的名称。
命名空间: Microsoft.SharePoint.Portal.MobileControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Property PropertyName As String
Get
Set
用法
Dim instance As MobileProfilePropertyRichValue
Dim value As String
value = instance.PropertyName
instance.PropertyName = value
public string PropertyName { get; set; }
属性值
类型:System.String
要显示的属性的名称。
另请参阅
引用
MobileProfilePropertyRichValue 类