Instance Property インスタンスプロパティ

domain

A string containing the domain for this service. このサービスに対するドメインを含んでいる文字列。

Declaration 宣言

var domain: String { get }

Discussion 議論

This can be an explicit domain name or it can contain the generic local domain name, @"local." (note the trailing period, which indicates an absolute name). これは明示的なドメイン名であることができます、またはそれは総称体ローカルドメイン名を含むことできます、@"local."(後に続くピリオドに注意してください、それは完全名を示します)

This property’s value is set when the object is first initialized, whether by your code or by a browser object. See init(domain:type:name:) for more information. このプロパティの値は、オブジェクトが最初に初期化されるときに設定されます、あなたのコードによってかブラウザオブジェクトによって。さらなる情報としてinit(domain:type:name:)を見てください。

See Also 参照

Configuring Network Services ネットワークサービスを構成設定する