Name 屬性
命名空間: Microsoft.DataWarehouse.Interfaces.Debugger
組件: Microsoft.DataWarehouse.Interfaces (在 Microsoft.DataWarehouse.Interfaces.dll 中)
語法
'宣告
Public Property Name As String
Get
Set
'用途
Dim instance As BreakpointInfo
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)