ConflictingPropertyValuesException.Type1 Propiedad
Gets the property type that is associated with 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 Type1 As String
Get
'Uso
Dim instance As ConflictingPropertyValuesException
Dim value As String
value = instance.Type1
public string Type1 { get; }
public:
property String^ Type1 {
String^ get ();
}
member Type1 : string
function get Type1 () : String
Valor de la propiedad
Tipo: System.String
A String value that specifies the type 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.