9 lines
299 B
VB.net
9 lines
299 B
VB.net
' Copyright (c) 2006 Microsoft Corporation
|
|
|
|
Imports System.Reflection
|
|
Imports System.Security.Permissions
|
|
|
|
<assembly: AssemblyTitle("SelectObjSample")>
|
|
<assembly: AssemblyDescription("PowerShell Select-Obj Sample Assembly")>
|
|
<assembly: SecurityPermission(SecurityAction.RequestMinimum, Flags := 0)>
|