共用方式為


VsaItem.Name 屬性

命名空間:  Microsoft.VisualBasic.Vsa
組件:  Microsoft.VisualBasic.Vsa (在 Microsoft.VisualBasic.Vsa.dll 中)

語法

'宣告
Public Property Name As String
public string Name { get; set; }
public:
virtual property String^ Name {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Name : string with get, set 
override Name : string with get, set
final function get Name () : String 
final function set Name (value : String)

屬性值

類型:String

實作

IVsaItem.Name

.NET Framework 安全性

請參閱

參考

VsaItem 類別

Microsoft.VisualBasic.Vsa 命名空間