ServiceContractGenerator.Options 属性
定义
获取或设置服务协定代码的生成选项。Gets or sets options for generating service contract code.
public:
property System::ServiceModel::Description::ServiceContractGenerationOptions Options { System::ServiceModel::Description::ServiceContractGenerationOptions get(); void set(System::ServiceModel::Description::ServiceContractGenerationOptions value); };
public System.ServiceModel.Description.ServiceContractGenerationOptions Options { get; set; }
member this.Options : System.ServiceModel.Description.ServiceContractGenerationOptions with get, set
Public Property Options As ServiceContractGenerationOptions
属性值
ServiceContractGenerationOptions 对象。A ServiceContractGenerationOptions object.
注解
使用此属性可以指定多种代码生成选项。Use this property to specify various options for code generation. 此枚举有一个允许其成员值按位组合的 System.FlagsAttribute 属性。This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.