ResourceDataSet.ResourcesRow.WRES_EMAIL 属性
获取或设置资源的电子邮件地址。
命名空间: WebSvcResource
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property WRES_EMAIL As String
Get
Set
用法
Dim instance As ResourceDataSet.ResourcesRow
Dim value As String
value = instance.WRES_EMAIL
instance.WRES_EMAIL = value
public string WRES_EMAIL { get; set; }
属性值
备注
WRES_EMAIL是该资源的电子邮件地址。
另请参阅
引用
ResourceDataSet.ResourcesRow 类