TypeData.StringSerializationSourceProperty 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.
The StringSerializationSource when the property is not an AliasProperty. If the property is an AliasProperty, prefer StringSerializationSource.
public:
property System::Management::Automation::Runspaces::TypeMemberData ^ StringSerializationSourceProperty { System::Management::Automation::Runspaces::TypeMemberData ^ get(); void set(System::Management::Automation::Runspaces::TypeMemberData ^ value); };
public System.Management.Automation.Runspaces.TypeMemberData StringSerializationSourceProperty { get; set; }
member this.StringSerializationSourceProperty : System.Management.Automation.Runspaces.TypeMemberData with get, set
Public Property StringSerializationSourceProperty As TypeMemberData