Share via


SecurityNamespaceDescription.StructureValue Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

SecurityNamespaceDescription Class

Microsoft.VisualStudio.Services.Security Namespace