ServerStub.WriteStreamMethodName - Propriété
The method that will be called to write media resource stream associated with the entity.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable ReadOnly Property WriteStreamMethodName As String
Get
'Utilisation
Dim value As String
value = Me.WriteStreamMethodName
protected internal virtual string WriteStreamMethodName { get; }
Valeur de propriété
Type : System.String
Remarques
If the entity does not allow media resource stream, null will be returned.