Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property ContactWithOffers As Nullable(Of Boolean)
public Nullable<bool> ContactWithOffers { get; set; }
public:
property Nullable<bool> ContactWithOffers {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member ContactWithOffers : Nullable<bool> with get, set
function get ContactWithOffers () : Nullable<boolean>
function set ContactWithOffers (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.