AttributeChangeResponse.DeprecatedAttributeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the name of attribute that was replaced.
public:
property System::String ^ DeprecatedAttributeName { System::String ^ get(); void set(System::String ^ value); };
[System.ServiceModel.MessageBodyMember]
public string DeprecatedAttributeName { get; set; }
[<System.ServiceModel.MessageBodyMember>]
member this.DeprecatedAttributeName : string with get, set
Public Property DeprecatedAttributeName As String
Property Value
The name of attribute that was replaced.
- Attributes