/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * ISharingResource. * ISharingResource Interface */ @CoInterface(guid="{3690D374-3779-4EFC-B8E8-20642C01529A}") public interface ISharingResource extends IDispatch { static boolean __typelib__loaded = __TypeLib.load(); @DeclDISPID(1610743808) public SharingResourceType getType() throws ComException; @DeclDISPID(1610743809) public Integer getId() throws ComException; @DeclDISPID(1610743810) public String getName() throws ComException; }