Freigeben über


SecurityNamespaceDescription.DatabaseCategory Property

Namespace:  Microsoft.VisualStudio.Services.Security
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DatabaseCategory As String
[DataMemberAttribute]
public string DatabaseCategory { get; set; }
[DataMemberAttribute]
public:
property String^ DatabaseCategory {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member DatabaseCategory : string with get, set
function get DatabaseCategory () : String 
function set DatabaseCategory (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.VisualStudio.Services.Security Namespace