ConflictingPropertyValuesException.Name1 Propiedad
Gets the name of the first property.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property Name1 As String
Get
'Uso
Dim instance As ConflictingPropertyValuesException
Dim value As String
value = instance.Name1
public string Name1 { get; }
public:
property String^ Name1 {
String^ get ();
}
member Name1 : string
function get Name1 () : String
Valor de la propiedad
Tipo: System.String
A String value that specifies the name of the first property.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.