ApsProperties Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the ApsProperties class with the specified serialization information and streaming context.
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
protected ApsProperties(
SerializationInfo info,
StreamingContext context
)
protected:
ApsProperties(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ApsProperties
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoA SerializationInfo containing information about the ApsProperties to be initialized.
context
Type: System.Runtime.Serialization.StreamingContextA StreamingContext that indicates the source destination and context information of a serialized stream.
See Also
ApsProperties Overload
ApsProperties Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top