NbApnsFieldsContentAvailable Property |
バックグランド更新
1にセットすると、バックグランド Push が有効
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public Nullable<int> ContentAvailable { get; set; }
Public Property ContentAvailable As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> ContentAvailable {
Nullable<int> get ();
void set (Nullable<int> value);
}
member ContentAvailable : Nullable<int> with get, set
Property Value
Type:
NullableInt32Version Information Core
Supported in: 1.0
See Also