次の方法で共有


_SharingItem.RemoteName プロパティ

定義

オブジェクトの共有コンテキストの名前を表す String (C#の文字列 ) を SharingItem 返します。 読み取り専用です。

public:
 property System::String ^ RemoteName { System::String ^ get(); };
public string RemoteName { get; }
Public ReadOnly Property RemoteName As String

プロパティ値

注釈

このプロパティには、フォルダーまたは SharingItem オブジェクト内に含まれるアイテムの名前など、共有コンテキストを使用する名前が含まれています。

SharingItem オブジェクトのプロパティが olSharingMsgTypeRequest に設定されている場合Type、このプロパティは空の文字列に設定されます。

適用対象