Table of Contents

Constructor ProfileInstance

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

ProfileInstance()

Initializes a new instance of the ProfileInstance class.

public ProfileInstance()

ProfileInstance(Guid)

Initializes a new instance of the ProfileInstance class using the specified GUID.

public ProfileInstance(Guid g)

Parameters

g Guid

The GUID of this profile instance.

ProfileInstance(ProfileInstance)

Initializes a new instance of the ProfileInstance class using the specified profile instance.

public ProfileInstance(ProfileInstance pi)

Parameters

pi ProfileInstance

The profile instance.