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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.