Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the transfer mode that is used by the WCF service.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TransferMode As Nullable(Of TransferMode)
Get
Set
'Usage
Dim instance As SPWcfServiceSettings
Dim value As Nullable(Of TransferMode)
value = instance.TransferMode
instance.TransferMode = value
public Nullable<TransferMode> TransferMode { get; set; }
Property Value
Type: System.Nullable<TransferMode>
The transfer mode; otherwise, a null reference (Nothing in Visual Basic).