IProperty.DefaultValue 属性

指定属性的初始值。

命名空间:  Microsoft.VisualStudio.Uml.Profiles
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
ReadOnly Property DefaultValue As String
string DefaultValue { get; }
property String^ DefaultValue {
    String^ get ();
}
abstract DefaultValue : string
function get DefaultValue () : String

属性值

类型:System.String

.NET Framework 安全性

请参见

参考

IProperty 接口

Microsoft.VisualStudio.Uml.Profiles 命名空间