ClientBase<TChannel>.ChannelBase<T>.IChannel.GetProperty<TProperty> Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un oggetto tipizzato richiesto, se presente, dal livello appropriato nello stack dei canali.
generic <typename TProperty>
where TProperty : class virtual TProperty System.ServiceModel.Channels.IChannel.GetProperty() = System::ServiceModel::Channels::IChannel::GetProperty;
TProperty IChannel.GetProperty<TProperty> () where TProperty : class;
abstract member System.ServiceModel.Channels.IChannel.GetProperty : unit -> 'Property (requires 'Property : null)
override this.System.ServiceModel.Channels.IChannel.GetProperty : unit -> 'Property (requires 'Property : null)
Function GetProperty(Of TProperty As Class) () As TProperty Implements IChannel.GetProperty
Parametri di tipo
- TProperty
Oggetto del tipo per il quale il metodo sta eseguendo una query.
Restituisce
- TProperty
Se presente, oggetto tipizzato T richiesto oppure null in caso contrario.