Propriedade IProperty.DefaultValue
Especifica um valor inicial para a propriedade.
Namespace: Microsoft.VisualStudio.Uml.Profiles
Assembly: Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxe
'Declaração
ReadOnly Property DefaultValue As String
string DefaultValue { get; }
property String^ DefaultValue {
String^ get ();
}
abstract DefaultValue : string
function get DefaultValue () : String
Valor de propriedade
Tipo: System.String
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.