次の方法で共有


AppTemplate クラス

定義

IoT Central アプリケーション テンプレート。

public class AppTemplate
type AppTemplate = class
Public Class AppTemplate
継承
AppTemplate

コンストラクター

AppTemplate()

AppTemplate クラスの新しいインスタンスを初期化します。

AppTemplate(String, String, String, String, Nullable<Double>, String, String, IList<AppTemplateLocations>)

AppTemplate クラスの新しいインスタンスを初期化します。

プロパティ

Description

テンプレートの説明を取得します。

Industry

テンプレートの業界を取得します。

Locations

テンプレートをサポートする場所の一覧を取得します。

ManifestId

テンプレートの ID を取得します。

ManifestVersion

テンプレートのバージョンを取得します。

Name

テンプレートの名前を取得します。

Order

テンプレートリスト内のテンプレートの順序を取得します。

Title

テンプレートのタイトルを取得します。

適用対象