Discuss this help topic in SecureBlackbox Forum

TElWinAzureAccessPolicy.AddPolicy

TElWinAzureAccessPolicy     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Adds an element to the list.

Declaration

[C#]
    int AddPolicy();

[VB.NET]
    Function AddPolicy() As Integer

[Pascal]
    function AddPolicy() : integer;

[C++]
    int32_t AddPolicy();

[PHP]
    integer AddPolicy()

[Java]
    int addPolicy();

Return value

    On success, returns the index of the new item in the list. Otherwise, returns -1.

Description

    Use this method to add an access policy to the list.

See also:     RemovePolicy     AccessPolicies    

Discuss this help topic in SecureBlackbox Forum