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.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)> _
Public Property FileFormatMetaInfo As Stream
Get
Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As Stream
value = instance.FileFormatMetaInfo
instance.FileFormatMetaInfo = value
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.MarshalByRefObject)]
public Stream FileFormatMetaInfo { get; set; }
Property Value
Type: System.IO.Stream
Returns Stream.
See Also
Reference
SPFileSaveBinaryParameters Class