ServerStub.ReadStreamMethodName - Propriété
The method that will be called to read media resource stream associated with the entity. If the entity does not allow media resource stream, null will be returned.
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 ReadStreamMethodName As String
Get
'Utilisation
Dim value As String
value = Me.ReadStreamMethodName
protected internal virtual string ReadStreamMethodName { get; }
Valeur de propriété
Type : System.String