Share via


SecurityNamespaceDescription.ElementLength Property

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property ElementLength As Integer
[DataMemberAttribute]
public int ElementLength { get; set; }
[DataMemberAttribute]
public:
property int ElementLength {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member ElementLength : int with get, set
function get ElementLength () : int 
function set ElementLength (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.VisualStudio.Services.Security Namespace