ComContractElement.PersistableTypes 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.
Gets all the persistable types.
public:
property System::ServiceModel::Configuration::ComPersistableTypeElementCollection ^ PersistableTypes { System::ServiceModel::Configuration::ComPersistableTypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("persistableTypes")]
public System.ServiceModel.Configuration.ComPersistableTypeElementCollection PersistableTypes { get; }
[<System.Configuration.ConfigurationProperty("persistableTypes")>]
member this.PersistableTypes : System.ServiceModel.Configuration.ComPersistableTypeElementCollection
Public ReadOnly Property PersistableTypes As ComPersistableTypeElementCollection
Property Value
The persistable types.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.