IAdmLyncPolicy

The IAdmLyncPolicy interface provides information about a Skype for Business policy.

Inheritance: IUnknown

To get the IAdmLyncPolicy interface, you need to create an instance of the AdmLyncPolicy class.

 How
PowerShell
[Reflection.Assembly]::LoadWithPartialName("Softerra.Adaxes.Adsi")

$lyncPolicy = New-Object "Softerra.Adaxes.Adsi.AdmLyncPolicy"
C#
using Softerra.Adaxes.Adsi;

class Program
{
    static void Main(string[] args)
    {
        AdmLyncPolicy lyncPolicy = new AdmLyncPolicy();
    }
}

Properties

  • Property

  • Description

  • Type

  • Gets or sets the type of the Skype for Business policy.

  • Identity

  • Gets or sets a unique identity of the Skype for Business policy.

Details

Type

Gets or sets the type of the Skype for Business policy.


Identity

Gets or sets a unique identity of the Skype for Business policy.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2018.1

See also