Share via


SharedPropertyGroup.Property(String) メソッド

定義

指定された名前のプロパティを返します。

public:
 System::EnterpriseServices::SharedProperty ^ Property(System::String ^ name);
public System.EnterpriseServices.SharedProperty Property (string name);
member this.Property : string -> System.EnterpriseServices.SharedProperty
Public Function Property (name As String) As SharedProperty

パラメーター

name
String

要求されたプロパティの名前。

戻り値

要求された SharedProperty

注釈

とは異なり CreateProperty、このプロパティは既に存在している必要があります。

適用対象