ExpandDLResponseMessageType.DLExpansion Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property DLExpansion As ArrayOfDLExpansionType
Get
Set
'Usage
Dim instance As ExpandDLResponseMessageType
Dim value As ArrayOfDLExpansionType
value = instance.DLExpansion
instance.DLExpansion = value
public ArrayOfDLExpansionType DLExpansion { get; set; }
Property Value
Type: Microsoft.SharePoint.Portal.WebControls.ArrayOfDLExpansionType
See Also
Reference
ExpandDLResponseMessageType Class