The PRG_Category can not be selected or changed. -------> System.String[] Can this be updated in a new release?
Fixed in SVN Revision 417
Hi Roger, This issue is stille present in the v2.0.4.2 of the Client Center. I'm using the smsclictr.automation.dll last modified 26-04-2012. Thanks
SMSCliCtr is end of live since 2013-09-26… Please use https://sccmclictr.codeplex.com/ for the Client Center Tool , or https://sccmclictrlib.codeplex.com/ for the Library.
I've just tried with the Library from your link, still returns System.String[].
I figured it out. PRG_Category is an array.. GetPropertyValue("PRG_Category")(0).ToString, By defining the first object in the array it works.
Log in to post a comment.
Fixed in SVN Revision 417
Hi Roger, This issue is stille present in the v2.0.4.2 of the Client Center. I'm using the smsclictr.automation.dll last modified 26-04-2012.
Thanks
Last edit: Morten Rønborg 2015-09-02
SMSCliCtr is end of live since 2013-09-26… Please use https://sccmclictr.codeplex.com/ for the Client Center Tool , or https://sccmclictrlib.codeplex.com/ for the Library.
I've just tried with the Library from your link, still returns System.String[].
I figured it out. PRG_Category is an array..
GetPropertyValue("PRG_Category")(0).ToString, By defining the first object in the array it works.