Table of Contents

Method GetProfileInstance

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

GetProfileInstance(Guid)

Retrieves the profile instance with the specified ID.

public ProfileInstance GetProfileInstance(Guid id)

Parameters

id Guid

The ID of the profile instance to retrieve.

Returns

ProfileInstance

The profile instance with the specified ID or null if no profile instance with the specified ID exists.