CreateProfileContext.ContactWithOffers Property
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
<DataMemberAttribute(IsRequired := True)> _
Public Property ContactWithOffers As Boolean
[DataMemberAttribute(IsRequired = true)]
public bool ContactWithOffers { get; set; }
[DataMemberAttribute(IsRequired = true)]
public:
property bool ContactWithOffers {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ContactWithOffers : bool with get, set
function get ContactWithOffers () : boolean
function set ContactWithOffers (value : boolean)
Property Value
Type: System.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.