Click or drag to resize
PortableSettingsGetLongSafe Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.PortableSettings.GetLongSafe(System.String,System.Int64)"]

Namespace:  BlackBerry.Workspaces
Assembly:  BlackBerryWorkspacesSDK (in BlackBerryWorkspacesSDK.dll) Version: 7.0.0.223 (7.0.0.223)
Syntax
C#
public long GetLongSafe(
	string settingName,
	long def
)

Parameters

settingName
Type: SystemString

[Missing <param name="settingName"/> documentation for "M:BlackBerry.Workspaces.PortableSettings.GetLongSafe(System.String,System.Int64)"]

def
Type: SystemInt64

[Missing <param name="def"/> documentation for "M:BlackBerry.Workspaces.PortableSettings.GetLongSafe(System.String,System.Int64)"]

Return Value

Type: Int64

[Missing <returns> documentation for "M:BlackBerry.Workspaces.PortableSettings.GetLongSafe(System.String,System.Int64)"]

See Also