次の方法で共有


SecurityProjectCategoriesDataSet.UserRelationsRow.WSEC_CAT_UID Property

Gets or sets the web security category GUID.

Namespace:  [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl

Syntax

'Declaration
Public Property WSEC_CAT_UID As Guid
    Get
    Set
'Usage
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsRow
Dim value As Guid

value = instance.WSEC_CAT_UID

instance.WSEC_CAT_UID = value
public Guid WSEC_CAT_UID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

SecurityProjectCategoriesDataSet.UserRelationsRow Class

SecurityProjectCategoriesDataSet.UserRelationsRow Members

Security Web Service