ApsProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ApsProperties() |
Initializes a new instance of the ApsProperties class. |
ApsProperties(SerializationInfo, StreamingContext) |
Initializes a new instance of the ApsProperties class with the specified serialization information and streaming context. |
ApsProperties()
Initializes a new instance of the ApsProperties class.
public ApsProperties ();
Public Sub New ()
Applies to
ApsProperties(SerializationInfo, StreamingContext)
Initializes a new instance of the ApsProperties class with the specified serialization information and streaming context.
protected ApsProperties (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.WindowsAzure.Mobile.Service.ApsProperties : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.WindowsAzure.Mobile.Service.ApsProperties
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
A SerializationInfo containing information about the ApsProperties to be initialized.
- context
- StreamingContext
A StreamingContext that indicates the source destination and context information of a serialized stream.
Applies to
Azure SDK for .NET