ClientCallableMethodAttribute.RemoveThisObjectFromParentCollection propriedade
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Public Property RemoveThisObjectFromParentCollection As Boolean
Get
Set
'Uso
Dim instance As ClientCallableMethodAttribute
Dim value As Boolean
value = instance.RemoveThisObjectFromParentCollection
instance.RemoveThisObjectFromParentCollection = value
public bool RemoveThisObjectFromParentCollection { get; set; }
Valor de propriedade
Tipo: System.Boolean
Ver também
Referência
ClientCallableMethodAttribute classe