TimesheetLineClassDataSet.LineClassesRow.TS_LINE_CLASS_ORGANIZATION 属性
获取或设置与指定的工时行类关联的组织的名称。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Property TS_LINE_CLASS_ORGANIZATION As String
Get
Set
用法
Dim instance As TimesheetLineClassDataSet.LineClassesRow
Dim value As String
value = instance.TS_LINE_CLASS_ORGANIZATION
instance.TS_LINE_CLASS_ORGANIZATION = value
public string TS_LINE_CLASS_ORGANIZATION { get; set; }
属性值
类型:System.String
组织的名称。
另请参阅
引用
TimesheetLineClassDataSet.LineClassesRow 类