SPCmdlet.AssignmentCollection 属性

获取或设置的SPAssignmentCollection对象,通过使用的 cmdlet 管道进行传递的最后一个命令。

命名空间:  Microsoft.SharePoint.PowerShell
程序集:  Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)

语法

声明
<ParameterAttribute(Mandatory := False, ValueFromPipeline := True)> _
Public Property AssignmentCollection As SPAssignmentCollection
    Get
    Set
用法
Dim instance As SPCmdlet
Dim value As SPAssignmentCollection

value = instance.AssignmentCollection

instance.AssignmentCollection = value
[ParameterAttribute(Mandatory = false, ValueFromPipeline = true)]
public SPAssignmentCollection AssignmentCollection { get; set; }

属性值

类型:Microsoft.SharePoint.PowerShell.SPAssignmentCollection
返回SPAssignmentCollection

另请参阅

引用

SPCmdlet 类

SPCmdlet 成员

Microsoft.SharePoint.PowerShell 命名空间