Homepage
Site map
RSS
Print
My Powershel scripts
Search site
Powershell scripts for Sharepoint 2010
Menu
Powershell
React
Sharepoint 2013
Sharepoint 2010 general
Sharepoint Administration
Client Object Model
Unit Tests
C#
XSLT
javaScript and jQuery
Common Tasks - Scripts
Links
Error Messages
Css Styles
InfoPath
BPC PowerForms
Nintex Workflow
Powershell
>
Define custom object
Define custom object
11/10/2012 22:01
#Define Custom object in powershell, set properties
$obj = New-Object psobject -Property @{Title="Basic Title"; Description="Basic Description"; Effort=1; Priority=1000}
#you can change properties later
$obj.Title="New Title"
$obj
Tags
:
custom object
|
psobject
Back
Website powered by Webnode
Launch your own website for free!
Start here