Share via


SecurityNamespaceDescription.ExtensionType Property

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.VisualStudio.Services.Security Namespace